Import data into function
Afficher commentaires plus anciens
I am working on a project to make a simulation of a submarine. Pretty difficult since I will be working with 6 degrees of freedom, namely Surge, Sway, Heave, Roll, Pitch and Yaw. I am thinking to make this simulation based on the equations of motion: F = m*a and on the other hand the resistance of the submarine.
After a deep look into Matlab I found the ode45 function. I found out how it works but... I have to make a function in where I will have to define my variables. Since I'll have to make at least 6 functions it would me nice if I can import data from 1 file into all of these functions.
Anyone can help me? Do you think this is the right approach of this mathematical problem? Any examples available?
Thanks in advance
2 commentaires
ANKUR KUMAR
le 5 Déc 2017
Are you trying yo import data from the file? Visit: https://in.mathworks.com/help/matlab/ref/importdata.html#inputarg_filename
Yves Block
le 5 Déc 2017
Réponses (0)
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!