Feeds
回答済み
Violation of logical indexing criteria problem
I have tried some fix, now it is working ok tol = 1e-15; I = abs(x)<r-tol; still, if anyone has a better solution, p...
Violation of logical indexing criteria problem
I have tried some fix, now it is working ok tol = 1e-15; I = abs(x)<r-tol; still, if anyone has a better solution, p...
10年弱 前 | 0
質問
Violation of logical indexing criteria problem
Hi everyone. I am collecting grid points (alpha) from a larger grid (x) by the following commands: I = abs(x)<0.5; alp...
10年弱 前 | 3 件の回答 | 0
3
回答質問
Matrix operation without for loop
I have a (n,m) matrix T and a (n,1) vector a. I want to divide all the elements of n-th row with the n-th element of the column....
10年以上 前 | 1 件の回答 | 0
1
回答質問
Using variable names for saving data
I am running a for loop for parametric sweep. After each loop, the data is to be saved within a .mat file using the 'save' comma...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Use a function handle inside another function handle
I need to find out the integral of some function Let's say f(x).*sin(x). I define a function handle y=@(x)f(x); Now I want to ...
10年以上 前 | 1 件の回答 | 0

