Variable not saving as a double
Ältere Kommentare anzeigen
Hi All,
I need mutiple values for x for a range of t, it is only keeping the last variable, What do I do?
Here is my code
for t = 0:1:100
x = (0.5exp(2*sin(t)))/(10.5*exp(2*sin(t)));
end
Thank you
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

