Questions and Answers

0 Like 0 Dislike

Anonymous

Plotting drain current vs drain voltage

% ID-VD CHARACTERISTICS (A/m), SAVED TO "output_dir/IV.dat"
% -------------------------------------------------
if (Nd_step>=1 & Ng_step==0)
x_1=Vd_bias;
y_1=Ie(1,:);
Dump_xml(fidxml,'1-1','Drain current vs. Drain voltage','Drain current',x_1,'V','Drain voltage',y_1,'uA/um','Drain current',0);
end

How to plot the drain current vs voltage?

Report abuse

0 Responses

No other responses made.