Matteo Pellegri
Followers: 0 Following: 0
Estadística
6 Preguntas
6 Respuestas
0 Problemas
122 Soluciones
CLASIFICACIÓN
2.982
of 295.673
REPUTACIÓN
19
CONTRIBUCIONES
6 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
1.622
of 154.257
CONTRIBUCIONES
0 Problemas
122 Soluciones
PUNTUACIÓN
1.527
NÚMERO DE INSIGNIAS
7
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
I cannot edit shortcuts in projects
I am currently unable to change the file associated to a specific shortcut created in projects (Project Shortcuts tab). This ...
11 meses hace | 1 respuesta | 0
1
respuestaReal-Time App Target Selector won't update the target to the selected one
I solved this by creating a start-up function and adding it to the components events callbacks % Code that executes after compo...
alrededor de 1 año hace | 0
| aceptada
Pregunta
Real-Time App Target Selector won't update the target to the selected one
Hi, I just started using the pre-made App components for the real time library in R2022b. In the past I made my own Target sele...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Include notes from library blocks in report generator
I am currently using this approach to generate a report of a simulink model programmatically. https://uk.mathworks.com/help/rpt...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Delete application on target computer programmatically
Hello, I am trying to delete an application on my target machine (SpeedGoat) programmatically. I am essentially trying to repli...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink Real-Time 2020b. How do I monitor/log a signal in my application using App Designer?
Hi, I am trying to monitor a signal in my real-time application on Speedgoat using App Designer. I am trying to recreate a sim...
alrededor de 3 años hace | 1 respuesta | 1
1
respuestaPregunta
How to programmatically get tunable parameters from real time application.
Hello everyone, I recently started using Matlab 2020b real-time on a SpeedGoat target. In the past, I used an external applicat...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaSimulink Hydraulic Orifice Equation Questions
Hi. The orifice equation implemented in the Simulink model is just written in a different form from the standard one and it inc...
más de 3 años hace | 0
How can I create a loop to duplicate a square, representing buildings, to create a grid, representing a city, in a matrix?
Hi, this is not a simple problem unless you reduce it to a simple one. For example: are your builings all squares? Are they di...
casi 4 años hace | 0
| aceptada
How to re-scale the Axises when exporting "Values" from binscatter ??
I'm not sure I understand the question. Have you tried this? xlim([x1 x2]) ylim([y1 y2])
casi 4 años hace | 0
| aceptada
How can I graph this function?
You can use the symbolic toolbox. syms x y f(x,y) = 5*x^2*y^4/(x^2+y^2); fsurf(f(x,y)); You adjust the aspect of the graph...
casi 4 años hace | 1
| aceptada
Plotting graphs with functions in if loop
You are using the if condition in the wrong way. You can perform you calculation first and then use array index to set the value...
casi 4 años hace | 0
| aceptada