Statistiques
RANG
8 621
of 297 016
RÉPUTATION
5
CONTRIBUTIONS
11 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
27.27%
VOTES REÇUS
4
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Generate code from referenced model without generating from the parent
When working with large systems made of many referenced models I can either generate code from the top-level model (parent), whi...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to write local code using a TLC custom storage class
I'm trying to create a class that yields the following behavior: Declare a local struct and fill its fields with data. Pass th...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Change Simulink function exported prototype
Hi, I'm trying to generate a set of public functions that will serve as interface to my module once I generate C code from it...
plus de 6 ans il y a | 1 réponse | 0
0
réponseA résolu
Zero Cross
Write a function that counts the number of times n a signal x crosses zero or changes sign. Examples x = [1 2 -3 -4 5 6 ...
presque 7 ans il y a
Question
csvread: Trouble reading 'Numeric' field from file
Hi, I'm trying to read the attached csv file, but both csvread is having trouble to parse through line 8010 of the second col...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Problem passing index to GetSet function
When I define a Simulink.Signal with dimension >1 and set it's storage class to GetSet it will generate a C function call like t...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How to implement descending LUT breakpoint arrays
Is there any Simulink/MATLAB construct that does interpolation using a breakpoint array that is not strictly ascending? I nee...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Error: Simulink does not support the execution of function-call cycles
I'm trying to execute this very simple sender/receiver logic with two charts and function calls. The issue is that Simulink dete...
environ 8 ans il y a | 1 réponse | 0
1
réponseMATLAB System block error: The input to coder.const cannot be reduced to a constant
Solved the problem defining the property NumInputs as nontunable.
plus de 8 ans il y a | 1
| A accepté
Question
MATLAB System block error: The input to coder.const cannot be reduced to a constant
I'm trying to build a system block with a dynamic number of inputs. I'm able to choose the number of inputs through a dialog and...
plus de 8 ans il y a | 1 réponse | 1
1
réponseQuestion
Strange results with xcorr
Hi, I'm running the following script to calculate the cross-correlation between two signals: s1 = sig.signals.values(:,...
plus de 8 ans il y a | 3 réponses | 1
3
réponsesQuestion
Nested Bus as S-Function input
Hi, I'm trying to compile some legacy code as a s-function, and I'd like to pass a struct as input. I created a bus that rep...
plus de 8 ans il y a | 1 réponse | 1
0
réponseIs there a hidden workspace in Simulink other than the model workspace?
I found out what was wrong: Simulink won't clear S-functions static memory from run to run. I'm using clear mex for that. Thanks...
plus de 8 ans il y a | 0
| A accepté
Question
Is there a hidden workspace in Simulink other than the model workspace?
When running a Simulink model, I get unexpected behaviors if I don't call a clear all before the execution. Strange thing is tha...
plus de 8 ans il y a | 2 réponses | 0