difference between x and 'x'
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Mahmoud Elgarhy
el 26 de Nov. de 2019
0 votos
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!