whitehole07 / weather-balloon-model

🎈 A MATLAB-based toolkit for weather balloon simulations, ideal for research and data analysis.
0 stars 0 forks source link

issue in main #1

Open ghost opened 1 month ago

ghost commented 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!

whitehole07 commented 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.