how inverse number ?

3 ビュー (過去 30 日間)
Mohammad Alhaddad
Mohammad Alhaddad 2021 年 9 月 24 日
コメント済み: Mohammad Alhaddad 2021 年 9 月 24 日
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

回答 (2 件)

David Hill
David Hill 2021 年 9 月 24 日
Output=2*abs(Input-2);
  1 件のコメント
Mohammad Alhaddad
Mohammad Alhaddad 2021 年 9 月 24 日
Thanks

サインインしてコメントする。


Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021 年 9 月 24 日
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.

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by