how to create a user defined vector in matlab?

I want to create a user defined vector in matlab?

 채택된 답변

KSSV
KSSV 2016년 10월 6일

1 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Desktop에 대해 자세히 알아보기

질문:

2016년 10월 6일

댓글:

2016년 10월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by