How to solve subtraction between two real numbers

I want to know about Subtraction of two real numbers in Matlab

Respuestas (1)

Sammit Jain
Sammit Jain el 16 de Dic. de 2017
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.

Categorías

Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.

Preguntada:

el 16 de Dic. de 2017

Respondida:

el 16 de Dic. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by