difference between x and 'x'
Ältere Kommentare anzeigen
x= 0:5:20;
if x defined as above.what is the difference between x*2 and 'x'*2 ?
I got :
0 10 20 30 40 for x*2
and
240 for 'x' *2
Akzeptierte Antwort
Weitere Antworten (1)
Mahmoud Elgarhy
am 26 Nov. 2019
0 Stimmen
Kategorien
Mehr zu Whos 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!