Community Profile

photo

Sudipta Ray


Last seen: 4 years ago Active since 2015

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

8 years ago | 0

Question


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...

8 years ago | 3 answers | 0

3

answers

Question


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....

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 1 answer | 0

1

answer