Navdeep Goel
Followers: 0 Following: 0
Feeds
已回答
load multiple .mat file and do same calculation on each file
for i=1:5 str = 'A000' num2str(i,'%02d'); filename = [str, '.mat'] load(str); % calculations N = ...
load multiple .mat file and do same calculation on each file
for i=1:5 str = 'A000' num2str(i,'%02d'); filename = [str, '.mat'] load(str); % calculations N = ...
5 years 前 | 0
提问
how to plot Wigner distribution of an image?
I am taking WVD of an image and output is a 4d signal. Kindly suggest me how to plot WVD which is a 4d signal?
6 years 前 | 0 个回答 | 0
0
个回答提问
slope from semilog paper coordinates
I have data from semilog plot. x-axis in rad/sec (logrithmic scale) and y-axis in db. I want to find slope in db/octave. the dat...
7 years 前 | 0 个回答 | 0
0
个回答提问
Slope in log scale
I have a straight line in log scale and i know the coordinates of two ends of the line. I want to find the slope in db/octave. P...
7 years 前 | 0 个回答 | 0
0
个回答提问
I want to read the image of a line and then to find the slope of the line.
Dear Sir, Please find enclosed the image of a line. I wish to find the slope of this line by using MATLAB. I have to...
9 years 前 | 1 个回答 | 0