J K
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
139,902
of 295,527
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Feeds
Question
incorrect number of input arguments in imagesc
Hi guys, Matlab says: Error using image Incorrect number of arguments. Error in imagesc (line 52) hh = image(varargi...
5 years ago | 1 answer | 0
1
answerQuestion
How to normalise a FFT of a 3 variable function.
I have this function: input = exp(-((W-w_o).^2)/deltaW.^2).*exp(-(Kx.^2+Ky.^2)/(deltaK.^2)).*exp(1i.*sqrt((W/c).^2-(Kx.^2+Ky.^...
5 years ago | 3 answers | 0
3
answersQuestion
How to know dimensions to give in trapz function
Hi, Let's say I have a matrix (see below). How do I know what number to put in the dimension variable? Matlab just gives some o...
5 years ago | 1 answer | 0
1
answerQuestion
Could someone explain what the code means
Hi guys, If I have the following code: z = 1:0.5:9; for j = 1:9 functione = exp(-((W-w_o).^2)/deltaW.^2).*exp(-(Kx.^2+Ky...
5 years ago | 1 answer | 0
1
answerQuestion
plot a function consisting of real and imaginary numbers
Hi guys, I have this code and upon execution Matlab says that Imaginary parts of complex X and/or Y arguments were ignored. How...
5 years ago | 1 answer | 0