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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0