yinyinyoho 发表于 2014-5-2 11:01

如何用matlab求函数连乘

  如何用matlab求n个函数的连乘。

gancm 发表于 2014-5-2 14:35

连乘可以用prod函数

yinyinyoho 发表于 2014-5-2 15:30

gancm 发表于 2014-5-2 14:35 static/image/common/back.gif
连乘可以用prod函数

多个数相乘会用prod函数,多个函数相乘就不会了。最后用的for语句。谢谢你的回答
页: [1]
查看完整版本: 如何用matlab求函数连乘