photo

Pulkit Sharma


Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
166,527
of 300,741

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,066

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,751

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Step function returning NaN values.
T = A(i,1); K = A(i,2); if T==0 T=0.001; end s = tf('s'); X= ((-1*s^3)+(-1.533*10e-17*s^2)+(0.0001996*s)+9.227*10e-...

8 years ago | 0 answers | 0

0

answers

Question


NaN values for step function.
T = A(i,1); K = A(i,2); if T==0 T=0.001; end s = tf('s'); X= ((-1*s^3)+(-1.533*10e-17*s^2)+(0.0001996*s)+9.227*10e-22...

8 years ago | 0 answers | 0

0

answers

Question


Function 'subsindex' is not defined for values of class 'tf'
I have been trying to work on GSO code, and it keeps showing this error I made sure there was no variable in any function calle...

8 years ago | 1 answer | 0

1

answer

Question


Function 'subsindex' is not defined for values of class 'tf'
I have been trying to work on GSO code, and it keeps showing this error I made sure there was no variable in any function calle...

8 years ago | 0 answers | 0

0

answers

Question


Plotting a 3D graph, incorrect solution.
clc clear p00 = 553.6; p10 = 23.56; p01 = -24.72; p20 = 212.1; ...

8 years ago | 1 answer | 0

1

answer

Question


How can I create an array of transfer functions without the for loop.
I have been trying to create an array of transfer function (tfPID) where T and K vary using vectorization, because for loop is s...

8 years ago | 1 answer | 0

1

answer