简体   繁体   English

Matlab运算符**

[英]Matlab operator **

I was checking a previous answer here. 我在这里查看以前的答案

What does the operator ** mean in Matlab? 运算符**在Matlab中意味着什么?

There's no ** operator in MATLAB. MATLAB中没有**运算符。

>> 3**5
 3**5
  |
Error: Unexpected MATLAB operator.

That's used in GNU/Octave as an alternative to power operator ^ . 在GNU / Octave中用作电力运营商的替代品^ I think that program is tested on GNU/Octave and assumed to work also on MATLAB. 我认为该程序是在GNU / Octave上测试的,并且假设它也适用于MATLAB。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM