photo

sb


Last seen: 3 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
232,058
of 300,781

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

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

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

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

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

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

11 years 前 | 1 个回答 | 0

1

个回答