photo

Alex


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
4 Answers

RANK
276 881
of 299 997

REPUTATION
0

CONTRIBUTIONS
6 Questions
4 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20 858

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166 881

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

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

ungefär 12 år ago | 0

Answered
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...

ungefär 12 år ago | 0

Answered
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 ...

ungefär 12 år ago | 0

Question


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) { ...

ungefär 12 år ago | 4 answers | 0

4

answers

Question


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...

ungefär 12 år ago | 1 answer | 0

1

answer

Question


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:...

ungefär 12 år ago | 1 answer | 0

1

answer

Answered
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 ...

ungefär 12 år ago | 0

Question


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 ...

ungefär 12 år ago | 2 answers | 0

2

answers

Question


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...

ungefär 12 år ago | 1 answer | 0

1

answer

Question


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....

mer än 12 år ago | 1 answer | 0

1

answer