Matlab运算符**

End*_*ins 3 matlab

我在这里查看以前的答案.

运算符**在Matlab中意味着什么?

pet*_*hor 8

**MATLAB中没有运算符.

>> 3**5
 3**5
  |
Error: Unexpected MATLAB operator.
Run Code Online (Sandbox Code Playgroud)

在GNU/Octave中用作电力运营商的替代品^.我认为该程序是在GNU/Octave上测试的,并且假设它也适用于MATLAB.