統計
MATLAB Answers
5 質問
0 回答
ランク
of 175,118
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
約12年 前 | 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...
13年弱 前 | 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...
13年弱 前 | 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...
13年弱 前 | 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...
約13年 前 | 1 件の回答 | 1