How can I get a figure from an equation ?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi
I have the following equation to get the plot given in the image. I had an issue with ploting. Can you please help me to get a MATLAB script to plot that ?
thanks for your help.
Regards,

0 Commenti
Risposta accettata
VBBV
il 18 Nov 2021
N = 0:10:400;
M = 350*(1-(N/4010).^2)
plot(N,M)
Try regular plot function and check
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Filtering and Enhancement in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!