Statistics
2 Questions
0 Answers
RANK
191,344
of 301,583
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,339
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,587
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
fminunc not giving the correct results
if true clc close all format long m = 1; c = 0; x = linspace(-100,100,10001); y = m*x + c; plot(x,y,'r'),grid on, ...
9 years ago | 1 answer | 0
1
answerQuestion
I am writing a code for generating Fraunhofer diffraction pattern from a circular slit by making use of 2D FFT. I am not getting Airy disk pattern as the output. I could not find what is wrong with my code?
The code is given below. clc close all clear all format long lambda = 500e-3; w = 0.1;% radius of aperture z = 4 * w^2...
9 years ago | 1 answer | 0
