Community Profile

photo

sb


IAMS

Last seen: 1 year 前 自 2014 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答