Community Profile

photo

shahzer rahman


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answer

Question


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

answers

Question


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

answer

Question


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

1

answer