how inverse number ?

3 visualizaciones (últimos 30 días)
Mohammad Alhaddad
Mohammad Alhaddad el 24 de Sept. de 2021
Comentada: Mohammad Alhaddad el 24 de Sept. de 2021
how to get inverse number
example
I have input 2 to 0 . and I want the output 2 to 4. notes the big value in the input is 0 and in the out put is 4
Thanks

Respuestas (2)

David Hill
David Hill el 24 de Sept. de 2021
Output=2*abs(Input-2);

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 24 de Sept. de 2021
MATLAB has a built-in fcn to compute the iverse of a square matrix that is inv() or ^-1
ALso, to compute the inverse of non-square matrices MATLAB's pinv() can be employed.

Categorías

Más información sobre Descriptive Statistics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by