photo

Pramod Sapkota


Last seen: mer än 5 år ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
127 511
of 300 392

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

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


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 0 answers | 0

0

answers

Question


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

mer än 5 år ago | 0 answers | 0

0

answers

Question


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

mer än 5 år ago | 0 answers | 0

0

answers

Question


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

mer än 5 år ago | 1 answer | 0

1

answer

Question


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

ungefär 7 år ago | 0 answers | 0

0

answers