+/- signs when coding ?

1 回表示 (過去 30 日間)
Jenny Andersen
Jenny Andersen 2019 年 11 月 16 日
回答済み: Image Analyst 2019 年 11 月 16 日
How to type in v1 = +/- w2/((w3^2)+(w2^2)) and v2 = +/- w3/((w3^2)+(w2^2))?
The problem is that the vectors can be both positive and negative
  2 件のコメント
Rik
Rik 2019 年 11 月 16 日
Is this in the context of symbolic variables? Otherwise Matlab numeric arrays must have a definite value.
dpb
dpb 2019 年 11 月 16 日
If it is the data itself that is positive or negative, then that is reflected in the values themselves.
If the sign of the terms in the equations themselves are to be different, then you have to code those explicitly and evalute the one of choice. Or, alternatively, code in another coefficient in the location of the sign and set that as data to plus/minus one.

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

採用された回答

Image Analyst
Image Analyst 2019 年 11 月 16 日

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by