Perform the following calculations in Matlab

7 ビュー (過去 30 日間)
Joel Dolot
Joel Dolot 2021 年 3 月 20 日
回答済み: Image Analyst 2021 年 3 月 20 日
a) 132 + 45 b) 12.45/17.56 c) sin (π/6)

回答 (1 件)

Image Analyst
Image Analyst 2021 年 3 月 20 日
Simply type them into the command window. Put a variable first if you want to save the result into a variable:
>> result1 = 132 + 45
>> result2 = 12.45 / 17.56
>> result3 = sin(pi / 6)

カテゴリ

Help Center および File ExchangeParallel Computing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by