Order of operation using ./

What would be the order of operation if we use the follwing:
A./B./C
Will (A./B) executed first followed by .C or will (B./C) will be operated first followed by A./(B./C)?

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 6 月 22 日

0 投票

The order of operations is always left to right at the same precedence except for obscure behaviour for (^-), (.^-), (^+), (.^+), (^~), and (.^~)

カテゴリ

ヘルプ センター および File ExchangeGet Started with MATLAB についてさらに検索

質問済み:

2022 年 6 月 22 日

回答済み:

2022 年 6 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by