shahzer rahman
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
198,714
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
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
Non linear mechanical damper
Hi I am trying to implement a non linear mechanica damper using MATLAB. I know there are blocks for this in simulink, but I wa...
4 years ago | 1 answer | 0
1
answerQuestion
Calling a derived value as legends in plot
Hi I am trying to use a derived value from a for loop as my legend entries. Is there a way to do it? Zeta= [ 1 2 3 4 5]. These...
4 years ago | 1 answer | 0
1
answerQuestion
using a step function to generate a square
Hye. I want to generate a matrix A=[0 0 1 1 1 1 0 0] using step function. Basically, my understanding of it says that a step fun...
4 years ago | 1 answer | 0
1
answerQuestion
How does lsim work?
Hye. I've been trying to figure out how the lsim function works in MATLAB. Does it do a time domain solution or a frequency do...
4 years ago | 1 answer | 0
1
answerQuestion
Plot Matrices stored in Cell Array
I have a 1by2 cell array that has the following elements C{1}= [ 1 2 3 4 5 6] C{2}= [987 877 77 666 777 66 77 ] I want to plo...
4 years ago | 1 answer | 0
1
answerQuestion
Making matrices of different dimensions and clubbing them together
I am running a for loop which gives row matrices as the output. for (i=1), output matrix is a [1*1114] matrix. for (i=2), outp...
4 years ago | 2 answers | 0
2
answersQuestion
Swapping elements from one matrix to another.
Hi all. I am relatively new in Matlab. Suppose i have two matrices A= [1 2 3 -4 5 -6 8 9 10 -5 -4 -2]' and B=[12 2 3 4 5 6 -7 ...
4 years ago | 1 answer | 0
1
answerQuestion
Storing indices from a matrix
Hye all. I am relatively new with Matlab. I am modelling a vehicle suspension system right now. Assume I have a column matrix ...
4 years ago | 1 answer | 0