Community Profile

photo

sb


IAMS

Last seen: 1 year ago Active since 2014

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


how to avoid for loop
can this 'for loop' be replaced? thanks in advance ...

4 years ago | 2 answers | 0

2

answers

Question


Finding maximum y value for the same x values and corresponding z values
x y 1 5 1 7 1 9 2 8 2 22 2 11 5 5 5 10 5 20 I'd like to spit out an array of the max y coordinate that corresponds...

7 years ago | 2 answers | 0

2

answers

Question


create matrix from loop in matlab
from the following code, h=200; k=200; for i=1:400; for j=1:400; a= round(atan2(h-i,-(k-j))*180/...

7 years ago | 2 answers | 0

2

answers

Question


change the background of image plotted using imagesec
Hi! I am plotting a data matrix using the following code: imagesc(x,y,Data) colorbar set(colorbar, 'ylim', [1 10]) T...

7 years ago | 1 answer | 0

1

answer

Question


remove the header while reading from a text file
Hi! I am trying to read a text file by the following command: a= importdata('D:\Input\0518060.txt') ; The input file (a...

7 years ago | 1 answer | 0

1

answer

Question


How to use a set of variables from an xlsx file
How can I plot the graphs of f vs g (g in a range of 0 to 10) in f=(a*g+b)c/d for n sets of tabulated values of a,b,c,d in nX4 m...

10 years ago | 1 answer | 0

1

answer