![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10186699_1522135388117_DEF.jpg)
arif hussain
Followers: 0 Following: 0
Statistics
RANK
199.453
of 297.046
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
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
I am facing the dimension error during generating the second order transfer function can any one help me please. i have attached the error pic and code as well.
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; s = xlsread(filen...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
my code is running but it doesnt show the exponential graph .it shows nothing at the graph.
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; ...
meer dan 7 jaar ago | 2 answers | 0
2
answersQuestion
My code continuously giving this error( Error using ./ Matrix dimensions must agree .Error in Untitled14 (line 16) r=w./wd; and the size of w is 60x1 double size of wd is 60x60 double
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; s = xlsread(filenam...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
My code continuously giving this error( Error using ./ Matrix dimensions must agree. Error in Untitled14 (line 16) k = zeta*(w./wd); )
zeta = g * q; j= 1-power(zeta,2); wd = w*power(j,1/2); r=w./wd; k = zeta*r; l=k*sin(wd*t); m=cos(wdt) + l; ...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
I am facing this error (Attempted to access num(:,2); index out of bounds because size(num)=[14341,1]. Error in Untitled10 (line 3) rpm =num(: , 2);
filename = 'first.xlsx'; num = xlsread(filename); rpm =num(: , 2); time =num(: , 1); f= rpm/60; t=1/f; N = l...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Hello, How can i write divide by 4 micrometer ? code is attached below check the variable s. i am trying to plot frequency vs angular displacement.
filename = 'datacollect2.xlsx'; num = xlsread(filename); rpm =num(: , 2); time =num(: , 1); N = length(num); s=...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Hello; Can someone please help me matlab doesn't plot my excel data it show the axis only I am trying to make spectral analysis.i have attested the excel file and code as well.
filename = 'datacollect2.xlsx'; N = length(filename); fs = 400; fnyquest = fs/2; num = xlsread(filename); y =...
bijna 8 jaar ago | 1 answer | 0
1
answerplot excel data in MATLAB
Hello; Can someone please help me matlab doesn't plot my excel data it show the axis only.i have attested the excel file ...
bijna 8 jaar ago | 0