I need help using for and if for plotting a function.
Mostra commenti meno recenti
clc
clear
for e= 0:0.02/1071:0.02
if (e<0.01)
s(e)=100*e
elseif (e>0.01)
s(e)=75.3*e
end
end
plot(e,s)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Visualization and Interpretability in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!