photo

Aswartha Narayana


Last seen: 5년 초과 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

2 질문
1 답변

순위
109,909
of 301,237

평판
0

참여
2 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,206

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,611

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변