Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はここで以前の答えをチェックしていました。
Matlabで演算子**はどういう意味ですか?
**MATLABには演算子はありません。
**
>> 3**5 3**5 | Error: Unexpected MATLAB operator.
これは、GNU/Octaveでpoweroperatorの代わりに使用されます^。プログラムはGNU/Octaveでテストされており、MATLABでも動作すると想定されていると思います。
^