Feeds
提问
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...
10 years 前 | 0 个回答 | 0
0
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 0 个回答 | 0
0
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 1