Could anyone help me why the following command shows an error
1 次查看(过去 30 天)
显示 更早的评论
Could anyone help me why the following command shows an error combinat::bell(4) if i run the command it shows Unexpected MATLAB operator. Could anyone please help me on this.
采纳的回答
Walter Roberson
2018-8-22
You are trying to invoke a MuPAD routine as if it were a MATLAB routine.
You should use something like
feval(symengine, 'combinat::bell', 4)
2 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with MuPAD 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!