photo

Alex


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
4 回答

ランク
226,642
of 299,791

評判
0

コントリビューション
6 質問
4 回答

回答採用率
83.33%

獲得投票数
0

ランク
 of 20,807

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 165,966

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

回答済み
C-mex function output entire array
I am still looking for a solution, if someone has any idea :)

12年弱 前 | 0

回答済み
C-mex function output entire array
By doing ssSetOutputPortVectorDimension(S, 0, 1000); I can output a vector of size 1000 at each time step. However, whe...

12年弱 前 | 0

回答済み
C-mex function output entire array
Thank you for your answer. However, in my case the signal doesn't only change at run-time, but I need that for each call of the ...

12年弱 前 | 0

質問


C-mex function output entire array
Hello, The outputs of a S function are usually defined as follows: static void mdlOutputs(SimStruct *S, int_T tid) { ...

12年弱 前 | 4 件の回答 | 0

4

回答

質問


illegal use of type name mxArray
Hello, When I compile the following code, I get an error from the compiler: int count_OK; double *Gain_f...

約12年 前 | 1 件の回答 | 0

1

回答

質問


Plot x-axis and y-axis with mexCallmatlab
Hello, In my S-function written in C I use the function mexCallmatlab to plot the content of an array and it works as I want:...

約12年 前 | 1 件の回答 | 0

1

回答

回答済み
Plot from C Mex function and C types
Thank you I've managed to copy the Dwork content into an mxArray and the it plots what I want. Actually I'm coding an online ...

約12年 前 | 0

質問


Plot from C Mex function and C types
Hello, I'am writing an S-function in C and I need at some point to plot the content of DWork vectors (the first Dwork vector ...

約12年 前 | 2 件の回答 | 0

2

回答

質問


simulink block having lower output refresh rate than input
Hello, I programmed a matlab function enabling to calculate an online frequency analysis of time data (online generation of a...

約12年 前 | 1 件の回答 | 0

1

回答

質問


Bode diagram of poor input/output signal
Hello, I have an input signal u and an output signal y. The frequency range of the system on which I want to focus is 0-5 Hz....

12年以上 前 | 1 件の回答 | 0

1

回答