How to solve subtraction between two real numbers

2 次查看(过去 30 天)
I want to know about Subtraction of two real numbers in Matlab

回答(1 个)

Sammit Jain
Sammit Jain 2017-12-16
Pretty much what the comment says. You can subtract two numbers by doing the following:
a=100;
b=10;
res = a-b;
This is basically how you subtract two numbers in MATLAB.

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by