photo

Ramu Nair R


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
108,070
of 297,457

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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: ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 3 个回答 | 0

3

个回答

提问


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...

7 years 前 | 0 个回答 | 0

0

个回答