处理函数单元格中的四元组

时间:2017-09-13 08:39:39

标签: matlab cell quad

我有两个函数列表,例如:log(n*x)n=1:2017cos(m*x)m=1:6。我想/需要构建这些向量的矩阵乘积,然后将矩阵的每个元素积分在10到20之间。

我看过这篇文章: Matrix of symbolic functions 但我认为这对这个问题没用。 我试图通过使用循环来做到这一点,但我无法得到它。

提前感谢您阅读。

1 个答案:

答案 0 :(得分:0)

您可以通过将适当的向量分配到constructor(public navCtrl: NavController, public platform: Platform) { this.platform.ready().then(() => { this.canvasCameraStart(); }); } canvasCameraStart() { let options = { quality: 75, destinationType: CanvasCamera.DestinationType.DATA_URL, encodingType: CanvasCamera.EncodingType.JPEG, width: 640, height: 480 }; CanvasCamera.start(options);// here call the plugin's method } n来解决此问题,如下所示:

m