Luis Ruiz
Followers: 0 Following: 0
Statistik
RANG
24.210
of 295.467
REPUTATION
1
BEITRÄGE
24 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Can we skip states execution in a stateflow diagram?
I have a state flow diagram, is it possible to skip the execution of states if the conditions are met? As shown in this figure,...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Moving to states without any connection between them
In the following stateflow, is there a way to move from STATE1 to STATE3 without any connection between them? I have a model wi...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Unit test retrieve failed indexes
I am using the unit test framework, when some of my tests fail I can see that matlab outputs the failed indeces. I can see the ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenWhat frustrates you about MATLAB? #2
Promote parameters to signals in Simulink models. It should be possible through some kind of mask. At work, we are running thro...
mehr als 4 Jahre vor | 0
Frage
Retrieve child coverage results from parent model
I am using the coverage toolbox, MATLAB 2018a, these are my settings to get the coverage from a model: load_system( 'my_model' ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
C file not instrumented for coverage, bad expr node kind
I am using the legacy_code tool to generate some S Functions, then I want the S Functions to be under analysis by the simulink c...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to increase the accuracy of autogenerated code?
I have a simulink model that propagates some dynamics based on dynamic equation of motion. I am using simulink autocode to gene...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Return vector in lookup table
How do i construct a lookup table object so the output is a vector? The input of the lookup table is a time vector 1xn. The da...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
SIMULINK sending cache files to recycle bin
Whenever I run a SIMULATION, it compiles and run, but SIMULINK sends a bunch of *.err, *.i and *.bat files to the recycle bin, h...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Use bus as output port in simulink
I created a bus. Then that bus is passed to an output port. When I run: [~,~,Y]=sim( my_model, t ); Simulink complaints bec...
mehr als 5 Jahre vor | 1 Antwort | 0
1
Antwort[DEPRECATED] What frustrates you about MATLAB?
With the Legacy Code tool two dimensional arrays cannot be used, and that is very frustating as matrices are part of the core of...
mehr als 5 Jahre vor | 0
Frage
How to use two dimensional arrays in legacy code?
I have a C function with a structure, inside the struct is a two dimensional array typedef struct { double my_array[3][3]; ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Sending SIMULINK cache files to another folder
Is there a way to send the cache files of SIMULINK .slxc to a separate folder when running a simulation?
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
DLL from MinGW has different architecture than the host
I am using MinGW to create a shared library, so the shared library is created with extension DLL, and I can use it to link progr...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matrix declaration in legacy code
How to use declared C matrices double[3][3] in, legacy code. In the documentation it is specified that matrices should be decla...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Does variable size definition affect SIMULINK performance? Vector vs Scalar
I have a SIMULINK simulation and as I understand if a define the size of a I/O as let's say it, 3, it means it is a vector, but ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Proper way to define port dimensions in SIMULINK
What is the proper way to define port dimensions in SIMULINK? I used to define them as: Port dimensions (-1 for inherited): 4...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to handle release and debug version of SIMULINK models?
Is there a way to handle release and debug features of a SIMULINK model efficiently? I have two versions of the same model, one...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Specify the name of a workspace struct for Simulink coder
I am using Simulink coder to generate C code for a model. Inside the model I am using a workspace struct, this is the same ques...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to change signal value at intermediate steps in Simulink?
I have a Simulink model for two sensors. The first sensor has a frequency of 1 Hz and the second at 5 Hz. I am using a rate tran...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change the interpolation method of timeseries inside Simulink?
I have a timeseries object, and I am defining the interpolation method to be cubic Hermitian: hermitian_interp_s = @( new...
etwa 6 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Duration in double between two datenum
I have two dates given in text format, I want to have the real duration in seconds between the two values. The answer is -24,...
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Correctly define the dimension for a timeseries of scalars
I want to read data from a mat file in Simulink. To create the data file and the bus I am using timeseries objects. dt ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to have multiple seeds for random generation in Simulink?
I have a model in Simulink that uses the `Random Number` block. This `Random Number` block uses a `Seed` value for the generatio...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make a Simulink block constant, execute only once?
I have a model in Simulink (2018a) which has more models inside. So I have: parent.slx --> child.slx I want child.slx ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change format in created C code
I am using Matlab coder to port code to C, e.g. for the next function: function sum_out = my_sum( x ) sum_out = 0; fo...
mehr als 6 Jahre vor | 2 Antworten | 0