How to take two inputs simultaneously from the user ?

2 ビュー (過去 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 Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by