Open ghost opened 1 month ago
I tried to run the program and I got this error:
Undefined function or variable 'Balloon'.
Error in main (line 34) balloon = Balloon(m_pay, rho_b, t0, Vb, ten_str, V0, R_star, Cd, exp_model);
How to solve it?
Thank you!
Make sure you added the /elements/Balloon.m
file into MATLAB's PATH variable.
I tried to run the program and I got this error:
Undefined function or variable 'Balloon'.
Error in main (line 34) balloon = Balloon(m_pay, rho_b, t0, Vb, ten_str, V0, R_star, Cd, exp_model);
How to solve it?
Thank you!