photo

maria


Last seen: ongeveer een jaar ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

11 Questions
2 Answers

RANK
7.002
of 297.457

REPUTATION
6

CONTRIBUTIONS
11 Questions
2 Answers

ANSWER ACCEPTANCE
81.82%

VOTES RECEIVED
1

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

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

meer dan 9 jaar ago | 1

| accepted

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 11 jaar ago | 0 answers | 0

0

answers

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

bijna 13 jaar ago | 0

Question


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

bijna 13 jaar ago | 1 answer | 0

1

answer