Statistik
RANG
8.485
of 295.467
REPUTATION
5
BEITRÄGE
11 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
27.27%
ERHALTENE STIMMEN
4
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
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 ...
mehr als 6 Jahre vor
Frage
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...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortMATLAB System block error: The input to coder.const cannot be reduced to a constant
Solved the problem defining the property NumInputs as nontunable.
etwa 8 Jahre vor | 1
| akzeptiert
Frage
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...
etwa 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Strange results with xcorr
Hi, I'm running the following script to calculate the cross-correlation between two signals: s1 = sig.signals.values(:,...
etwa 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
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...
etwa 8 Jahre vor | 0 Antworten | 1
0
AntwortenIs 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...
mehr als 8 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 8 Jahre vor | 2 Antworten | 0