Azzera filtri
Azzera filtri

How to solve subtraction between two real numbers

1 visualizzazione (ultimi 30 giorni)
Zakir Ullah
Zakir Ullah il 16 Dic 2017
Risposto: Sammit Jain il 16 Dic 2017
I want to know about Subtraction of two real numbers in Matlab

Risposte (1)

Sammit Jain
Sammit Jain il 16 Dic 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.

Community Treasure Hunt

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

Start Hunting!

Translated by