Statistics
RANK
289,798
of 295,467
REPUTATION
0
CONTRIBUTIONS
17 Questions
1 Answer
ANSWER ACCEPTANCE
23.53%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
formula behind nlinfit function
I have used nlinfit function in my script which is part of my Master thesis and I was asked a question what is the math or the f...
6 years ago | 1 answer | 0
1
answerQuestion
I want to create the surface plot by surface command for my sets of data.
In my data there is temperature in one column,speed in one column and modulus of elasticity in one column.I would like to take t...
6 years ago | 1 answer | 0
1
answerQuestion
How to Find the intersection coordinates from stress strain graph to find the Yield point.
I have some data from the tensile experiment.I have found the Young Modulus of Elasticity, and also drawn the offset line now I ...
6 years ago | 0 answers | 0
0
answersQuestion
I have plotted the stress strain graph from the tensile experiment and now I want to find the young's modulus of elasticity,yield point and yield stress
could you please help I want to write a code in such a way that we do not have to pick the points rather every time for finding ...
6 years ago | 1 answer | 0
1
answerQuestion
I am plotting a graph from strain vs stress from the tensile test experiment but it is starting form negative due to to compression forces how can I start it from positive .
please find the attached matlab script and the data from tensile test.the file which I have used is a .dat file but I was not ab...
6 years ago | 1 answer | 0
1
answerQuestion
yes you are right it was named as sign_PV my mistake,actually I changed the name from sign_PV to stress_PV because it was conflicting with the Matlab command. I did what you said but still there is one error it is showing: Subscript indices must eith
yes you are right it was named as sign_PV my mistake,actually I changed the name from sign_PV to stress_PV because it was confli...
7 years ago | 1 answer | 0
1
answerQuestion
Error using load Must be a string scalar or character vector
thanks a lot for your answer I now understand my mistake but after this when I am trying to write the rain flow script in order ...
7 years ago | 2 answers | 0
2
answersQuestion
I am writing a script for rainflow algorithim I have completed can you suggest how to proceed further.
I have already find the peaks and valley for the given set of data now I have to start with the iteration and plot the final aft...
7 years ago | 0 answers | 0
0
answersQuestion
I am trying to find the maximum and minimum values from a given set of data.
when I am using findpeaks command in Matlab I am only getting the peak value I also want the minimum value could you suggest wh...
7 years ago | 2 answers | 0
2
answersQuestion
Trying to load .dat file matlab
I am trying to use dlmread command for importing .dat file which has stress and strain values .strain values are in the range of...
7 years ago | 1 answer | 0
1
answerQuestion
I am building a quarter car suspension model by writing a script in matlab and a model in simulink but my eqaution of motion and state space representation difference is not coming to zero
my state space representation equation and equation of motion difference should come close to zero something in the range of...
7 years ago | 0 answers | 0
0
answersQuestion
Half car suspension model matlab script and simulink
I have written a equation of motion and state space equation for a half car suspension model and I have also created a simulink ...
7 years ago | 1 answer | 0
1
answerQuestion
how to transform Euler angle to loacal coordinate
I have a data from euler angles stating X,Y,Z in degree ,I want to transform this into local coordinates.
7 years ago | 0 answers | 0
0
answersQuestion
I have got data from accelerometer,gyroscope and magnetometer .It also give me Euler angle data in X,Y,Z coordinates in degree.
this is the data from hand movement where I am holding a weight in my hand and moving it up and down.I have to find out out of t...
7 years ago | 0 answers | 0
0
answersQuestion
how to find mode shape and natural frequency from the below script.
f1=m1(:,1); r1=m1(:,2); i1=m1(:,3); mag1=sqrt(r1.^2+i1.^2); subplot(3, 3, 1); plot(f1,mag1); f2=m2(:,1); r2=m2(:,2)...
7 years ago | 0 answers | 0
0
answersI have seven different graphs in one script and I want to see all seven graphs in one screen what matlab command I can Use.
I got it thanks a lot .But if you could help me once more, after this I need to find mode shapes if you could tell me how to do ...
7 years ago | 0
Question
I have seven different graphs in one script and I want to see all seven graphs in one screen what matlab command I can Use.
f1=m1(:,1); r1=m1(:,2); i1=m1(:,3); mag1=sqrt(r1.^2+i1.^2); plot(f1,mag1); figure(1); f2=m2(:,1); r2=m2(:,2); i2=m2(:,...
7 years ago | 3 answers | 0
3
answersQuestion
stress = Ck45(:,1); strain = Ck45(:,2); plot(strain,stress); I am plotting a stress strain curve but the curve is not starting from zero so my professor told me to shift he curve but for that I must subtract the 1st-1st element 2nd -1st element so on
stress = Ck45(:,1); strain = Ck45(:,2); plot(strain,stress);the curve for this is not starting from zero and I need to shift i...
7 years ago | 1 answer | 0