how to create a user defined vector in matlab?

I want to create a user defined vector in matlab?

 Réponse acceptée

KSSV
KSSV le 6 Oct 2016
You mean some thing like this?
prompt = 'Enter a vector';
x = input(prompt) ;

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by