photo

Aswartha Narayana


Last seen: 5 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
204,202
of 301,195

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,322

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

Feeds

View by

Question


Impulse response using IFFT - scaling output values
I created a test system S = 1/(1+s) and its impulse response, himp = is exp(-t). I generated himp using time: 0:1/40:10. I gen...

14 years ago | 0 answers | 0

0

answers

Answered
using get_Param inside an S-function
use str2num to convert the character string that results from get_param() into a number. The number is then suitable for use in ...

14 years ago | 0

Question


using get_Param inside an S-function
function [sys]= mdlOutputs(t,x,u,flag,Label) tSTOP = get_param('Model','StopTime'); if(tSTOP == (1000*ceil(t/1000))) ...

14 years ago | 2 answers | 0

2

answers