photo

Aswartha Narayana


Last seen: 5年以上 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
1 回答

ランク
211,073
of 301,313

評判
0

コントリビューション
2 質問
1 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,236

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,955

コントリビューション
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

回答