Statistics
5 Questions
0 Answers
RANK
34 516
of 297 294
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20 418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158 373
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 11 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 12 år ago | 1 answer | 1