Statistics
RANK
21,684
of 300,673
REPUTATION
2
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 21,042
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,083
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
Answered
To get a surf plot
The 'surf' function is plotting function; it plots your data onto a graph. You should a set of data to be plotted.
To get a surf plot
The 'surf' function is plotting function; it plots your data onto a graph. You should a set of data to be plotted.
10 years ago | 0
Answered
how to write functions in an m-file?
I think it should be constructed like this: function[output1, output2, ...] = function_name(input1, input2, ...) % Inser...
how to write functions in an m-file?
I think it should be constructed like this: function[output1, output2, ...] = function_name(input1, input2, ...) % Inser...
10 years ago | 0
Question
Is this code of Angular Spectrum Method correct?
I constructed my code of the Angular Spectrum Method. However, as the distance between the object and the plane of interest incr...
10 years ago | 1 answer | 2
