Estadística
6 Preguntas
9 Respuestas
0 Problemas
20 Soluciones
CLASIFICACIÓN
3.518
of 296.109
REPUTACIÓN
16
CONTRIBUCIONES
6 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
16.67%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.339
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
22.709
of 155.331
CONTRIBUCIONES
0 Problemas
20 Soluciones
PUNTUACIÓN
210
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How do I disable simulink embedded matlab function editor auto correct?
I am working on a Matlab function block in a Simulink model, and the auto-correct is re-naming some variables every time I go to...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I propogate a signal name from a Model Reference in 2011b?
I found some documentation that pertains to newer versions (2014a) for propagating signal names from inside of the model referen...
más de 10 años hace | 0 respuestas | 0
0
respuestasReal time plot from streaming data
Try this code snippet I have in my inventory as an example. t = 0 ; x = 0 ; startSpot = 0; interv = 1000 ; % con...
más de 11 años hace | 6
Pregunta
How do I create stub functions in simulink for legacy code?
I would like to use sfunctions to create function calls to a external c functions. I don't want to build the actual legacy code...
más de 11 años hace | 1 respuesta | 0
1
respuestahow to plot the data in a cell array
It sounds like you are looking for the cell2mat function. This will convert a cell array to numeric array which you can use to ...
más de 11 años hace | 0
Variant control for variant subsystems with mask parameters?
In the Variant Subsystem > Subsystem Parameters, there is a check box for "Override variant conditions and use the following var...
más de 11 años hace | 1
What can affect the performance of Matlab Compiler?
One option is to turn off compiler optimizations in Code Generation>Build Process>>Compiler optimization level This will ...
más de 11 años hace | 0
nested if else statements
this = 222; that = 111; if this == 333 disp('this') elseif that == 444 disp('that') else this ...
más de 11 años hace | 0
Receiving UDP data from Arduino
One thing I can tell you is that your endianness will be opposite between the Arduino and Matlab. Other than that, your paremet...
más de 11 años hace | 0
how do i get the timestep of odesolver
The ODE solvers actually return time... You don't need to do anything extra. [T,Y] = solver(odefun,tspan,y0) Where T is th...
más de 11 años hace | 1
Sending Different Sized Integers together over TCP/IP
You might look into "packing" your values of different types using a structure and sending that, then of course unpacking them o...
más de 11 años hace | 0
Pregunta
How do I modify the standard Arduino build process?
I am using the latest Arduino Simulink support package and am able to build my model and flash to my module using run on target....
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Arduino application undefined reference for normal functions
I am trying to build model files that were initially created using 2011b with 2012b. I set up the arduino package and everything...
más de 11 años hace | 0 respuestas | 0
0
respuestasGenerating Mex Files For Arduino Drivers - MS Compiler Not Working
My question has been answered here http://www.mathworks.com/matlabcentral/fileexchange/39354-device-drivers. I needed to change...
más de 11 años hace | 0
| aceptada
Pregunta
Generating Mex Files For Arduino Drivers - MS Compiler Not Working
I am trying to use existing Arduino libraries with the S-Function Builder or Legacy Code Tool (same result). Particularly, I am...
más de 11 años hace | 1 respuesta | 0