how to create a user defined vector in matlab?

I want to create a user defined vector in matlab?

 Accepted Answer

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

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!