photo

maria


Last seen: 2 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
2 个回答

排名
7,002
of 300,753

声誉
6

贡献数
11 个提问
2 个回答

回答接受率
81.82%

收到投票数
1

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Rearranging matrix of sth elements
Dear community, I have a 1x1716 array that I would like to rearrange but I also would like to keep the 1x1716 matrix shape. I ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to obtain data in a matrix from fig.file?
Hi, A colleague gave a fig. file which is a 2D matrix with a scale color from 0 to 255. He plotted the data, saved them in a f...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert a structure int16 into a matrix?
I am opening a variable (VAR) which is a structure and it contains inside 3 field which column of numbers (a,b,c) and 4th colum...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to make a vector circularly simmetric?
Hello, I would like to make my vector circulary simmetric. I have something like A=[1,5,15,50,15,5,1]; And I would ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


recall a figure in guide
Hello! I am building an interface with GUI. By using a pushing bottom I open a figure, and by pushing a second one, I add a fi...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Gerchberg–Saxton algorithm
Hello! I have the following code: for k=1:1:20; G_pr=absP.*exp(i.*theta); g_pr=ifft2(ifftshift(G_pr)); absPhase...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Calculation of Phi value in matlab
Try: width=20;length=40;height=10; x=1:2:20; y=1:4:40; z=1:1:10; E =length/width; alpha=atan(E);...

10 years 前 | 1

| 已接受

提问


Max for intervals in along vector
Hello, I have a long vector L=1:1000 and I want to know what is the maximum value every 10 cells. For example: Range1=...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a wire of white dots
Hello, I am quite clumsy in Matlab. I want to make a wire of white dots on a black surface. Something like that: 1 1 0 0 0...

10 years 前 | 1 个回答 | 0

1

个回答

提问


For loop for multiple vectors
Hello people: I have the following code: L=500; S=ones(1,L); n=50; S((L/2-n(i)/2):(L/2+n(i)/2))=0...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How can I solve this loop?
I have the following: R=[-0.1 0 0.1 0.2 0.3 0.4] Length=20; theta=(P_hight-Diam)/Length; for i=1:1:5; ...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
How to include next line while showing the output?
You can use the command input(''). When your matlab programm finish will ask you for the parameter to continue.

13 years 前 | 0

提问


problems in loop with findpeaks
Hi, I am having problems in a loop with the function "findpeaks.m". I think the solution is very simple, but I cannot find it....

13 years 前 | 1 个回答 | 0

1

个回答