How to take two inputs simultaneously from the user ?

조회 수: 4 (최근 30일)
Vincent Abraham
Vincent Abraham 2020년 3월 17일
답변: KSSV 2020년 3월 17일
[xf1 xf2]=input('Enter range of x :');

채택된 답변

KSSV
KSSV 2020년 3월 17일
x=input('Enter range of x :');
xf1 = x(1) ;
xf2 = x(2) ;
Also have a look on deal.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by