photo

Pramod Sapkota


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
226,757
of 300,379

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to use <= or >= (greater than or equal to) in 'for statements '?
I want to use these equations in matlab. But it says parse error and might me invalid in matlab. P = 0.73*x-103.43; for (x>=...

5 years 前 | 1 个回答 | 0

1

个回答

提问


I want to solve this equation using Runge-Kutta 4th order method. d(ADH)/dt =(ADHS- ADH*DADH)/PV.
h=1; % step size x = 0:h:3; % Calculates up...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How can I solve this equations ? Y= ai*X + bi where i ranges from 1 to 3
Three sets of variable values : a1=[3 2.5 1.7]; b1=[5.25 3.75 2.125]; a2= [0.875 0.625 0.375]; b2= [9.5 7.5 4.75]; ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Is it possible to use runge-kutta 4th order method to solve a equation with three different variables? For instance I have a equation : dy/dt= (R-0.135y)/P
Is it possible to use runge-kutta 4th order method to solve a equation with three different variables? For instance I have a equ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the step response of a same transfer function in MATLAB and SImulink.
I have a trasnfer function H= ((s+a2)(s+a3))/((s+a1)(s+a2)(s+a3)+λ2L21(s+a3)+λ3L31(s+a2)) . I Then, diivide numerator and denomi...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to write this transfer function in matlab ? (s+2)(s+1)/(s+3)(s+2)(s+1)+0.012(s+1)+(0.16(s+2)
i want to simulate this transfer function in Matlab and find its step response (s+2)(s+1)/(s+3)(s+2)(s+1)+0.012(s+1)+(0.16(s+2...

5 years 前 | 1 个回答 | 0

1

个回答

提问


I am doing the course project on cognitive radio system implementation using Matlab. Can anyone please provide me the matlab code for it?
simulation and analysis of cognitive radio system using Matlab steps are-initialization-amplitude modulation-adder-periodogram-...

7 years 前 | 0 个回答 | 0

0

个回答