-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something code part missing #1
Comments
Thanks for your feedback- will look into this in the weekend.
Best,
Klaus
Am Donnerstag, 18. Mai 2017 schrieb Ye Zhaoliang :
… ------------------------------
Error below:
------------------------------
generate_aircraft_model
Undefined function or variable 'class_aircraft'.
Error in generate_aircraft_model (line 41)
aircraft=class_aircraft('DISS_CWING.xml',1);
dynamics_SSM
Error using load
Unable to read file 'input_data_for_test_dynamics.mat'. No such file or
directory.
Error in dynamics_SSM (line 10)
load('input_data_for_test_dynamics.mat')
perform_time_domain_simulation
Undefined function or variable 'aircraft'.
Error in perform_time_domain_simulation (line 12)
trim_state=critical_ref_state(aircraft,0.4,4000);
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQqeJGgrf6hPCqbyCUeT9qJVVClzZLx0ks5r6-b7gaJpZM4Neytp>
.
|
Ok |
Uploaded some missing files now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error below:
Error in generate_aircraft_model (line 41)
aircraft=class_aircraft('DISS_CWING.xml',1);
Error in dynamics_SSM (line 10)
load('input_data_for_test_dynamics.mat')
Error in perform_time_domain_simulation (line 12)
trim_state=critical_ref_state(aircraft,0.4,4000);
The text was updated successfully, but these errors were encountered: