how to create a user defined vector in matlab?

I want to create a user defined vector in matlab?

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Desktop en Centro de ayuda y File Exchange.

Preguntada:

el 6 de Oct. de 2016

Comentada:

el 6 de Oct. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by