Feeds
質問
Integrating over integral error "A and B must be floating point scalars."
I have the following problem. I want to integrate over func2 while func2 itself is an integral over func1. The problem is that t...
12年以上 前 | 1 件の回答 | 0
1
回答質問
Matlab turns scalar parameter into array when numerically integrating
When I numerically integrate a function, for example: function [ y ] = funci(x) z = [1 ; 2 ; x]; A = diag(z); ... end ...
13年弱 前 | 1 件の回答 | 0
1
回答回答済み
"Not enough input arguments" error when integrating a function
thank you, it works now I have another question: I run a script which defines a bunch of variables which are visible in the...
"Not enough input arguments" error when integrating a function
thank you, it works now I have another question: I run a script which defines a bunch of variables which are visible in the...
13年弱 前 | 0
質問
"Not enough input arguments" error when integrating a function
Hi guys, I am trying to numerically integrate a function and keep receiving the error "Not enough input arguments." My cod...
13年弱 前 | 2 件の回答 | 0
