Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
34.508
of 297.046
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Output file for standalone app doesn't work on MAC
I am making a standalone application in Matlab. I am using the deploytool command to help me package and create the app. The b...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
I am having trouble triggering an event
I want to trigger an event to signal a takeoff. The code plots the inrun for a snowboard jump and I am using an event to stop th...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
I have a file that uses ODE45. The options and function call both reference seperate script (.m) files. I want to include them all into one large file. How do I do this? I want to include it all into a GUI without having to use any reference files.
options = odeset('Events',@takeoff_event2, 'RelTol', 1e-6); %states are [x v ] state0= [0 1.2]; %initial co...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Coding GUI's-formatting
I am writing a pretty involved GUI to calculate skier projectiles and landing impacts. At this moment, most of the code I have w...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use ode45 (or other) to solve equations without taking too big of a step along interval
I am trying to use ode23s to solve a ski jumper dynamics problem. I want to calculate the speed along path with given initial co...
casi 12 años hace | 1 respuesta | 1