Could anyone help me why the following command shows an error

2 次查看(过去 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
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MuPAD 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by