how to create a user defined vector in matlab?

I want to create a user defined vector in matlab?

 Akzeptierte Antwort

KSSV
KSSV am 6 Okt. 2016

1 Stimme

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

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by