Feeds
已回答
How to create a sawtooth signal inside an S-function ?
Is it possible to do the same signal inside an S-function without having an output port ? The signal would be compared to the i...
How to create a sawtooth signal inside an S-function ?
Is it possible to do the same signal inside an S-function without having an output port ? The signal would be compared to the i...
13 years 前 | 0
提问
How to create a sawtooth signal inside an S-function ?
Hi, I'm working with C-MEX S-function (C code). I was wondering if it is possible to create a sawtooth signal inside a C-cod...
13 years 前 | 2 个回答 | 0
2
个回答提问
How to create a "redundant" function with a C-MEX S-function ?
Hello, I have 1 input (a signal) and I want it to become 3 shifted phase (0, T/3 & 2T/3) signals. It Here is the part of my c...
13 years 前 | 1 个回答 | 0
1
个回答提问
How to convert const real_T value to double ?
Hi, I have a problem with a piece of my code: static void mdlOutputs(SimStruct *S, int_T tid) { #ifndef MATLA...
13 years 前 | 1 个回答 | 0
