代码搜索结果

找到约 621 项符合 Diode 的代码

hw_diode4.mdl

Model { Name "hw_diode4" Version 6.0 GraphicalInterface { NumRootInports 0 NumRootOutports 0 ParameterArgumentNames "" ComputedModelVersion "1.6" N

solve_diode_equation.m

function [x] = solve_diode_equation(A, B, C, x) % Function used to solve the diode equation % which is in the form Ae^{Bx}+x+C=0 % using the Newton-Raphson method tolerance = 1e-25; max_iter =