how to create a user defined vector in matlab?

 Risposta accettata

You mean some thing like this?
prompt = 'Enter a vector';
x = input(prompt) ;

Più risposte (0)

Categorie

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by