Perform the following calculations in Matlab

1 vue (au cours des 30 derniers jours)
Joel Dolot
Joel Dolot le 20 Mar 2021
a) 132 + 45 b) 12.45/17.56 c) sin (π/6)

Réponses (1)

Image Analyst
Image Analyst le 20 Mar 2021
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)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by