photo

Ramu Nair R


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
202,561
of 300,365

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

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

  • Thankful Level 1

View badges

Feeds

View by

Question


if loop inside matlab function ----- i dont understand why this is not working
function y = fcn(u) if(u>0.7) && (u<0.71) y=1; end It gives error when put inside my simulink simulation: ...

7 years ago | 1 answer | 0

1

answer

Question


Response of the system
I want to know the step response of the system (attached). It may be unstable, but still i want to see the response. I am gettin...

7 years ago | 1 answer | 0

1

answer

Question


if within while loop not recognized
while(t<0.1) if(t==0.05) v=3; end % NOT GETTING REFLECTED IN v t=t+Ts; end

7 years ago | 2 answers | 0

2

answers

Question


Solving differential equation in matlab
T - T_const = J dw/dt + Bw; where T depends on w and some other parameters. I want to numerically solve for w. How to proce...

7 years ago | 1 answer | 0

1

answer

Question


How to put anti wind up (integrator clamping) for PI in simulink
I am using saturation block, but that creates error.

8 years ago | 3 answers | 0

3

answers

Question


Derivative of state '1' in block 'Transfer Fcn2' at time 6.6924656277640509E-9 is not finite
Please let me know how to tide over this issue. My simulation involves transfer functions and derivative blocks. I have upload...

8 years ago | 0 answers | 0

0

answers