How to ask use to enter values

1 回表示 (過去 30 日間)
Hussein Hasan Mohsen
Hussein Hasan Mohsen 2020 年 12 月 7 日
helllo everyone
I fail to create code that asked user to enter inputs and disply one output
steps
1- Ask user enter the 7 inputs
Enter value of H2
Enter value of CH4
until the last one
After user enter all value compare the answer with the limitation of ech input (limitation for each input shown in figure bellow) like limitation of H2 (0-100), CH4 (0-120) and so on....
the output diplay will be ( Ture if no one of input value more then the limitation)
( Faut if one or more more then the limitation)
if there any references...
  2 件のコメント
KSSV
KSSV 2020 年 12 月 7 日
Read about input.
Hussein Hasan Mohsen
Hussein Hasan Mohsen 2020 年 12 月 7 日
input randam from user

サインインしてコメントする。

回答 (1 件)

Setsuna Yuuki.
Setsuna Yuuki. 2020 年 12 月 7 日
編集済み: Setsuna Yuuki. 2020 年 12 月 7 日
An example of input.
prompt = "Value ";
H2 = input(prompt);
CH4 = input(prompt);
xTable = table(H2,CH4)
xTable =
H2 CH4
__ ___
4 5
  1 件のコメント
Hussein Hasan Mohsen
Hussein Hasan Mohsen 2020 年 12 月 7 日
How about the output ether TRUE OR FAULT

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by