Import data into function
조회 수: 4 (최근 30일)
이전 댓글 표시
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
ANKUR KUMAR
2017년 12월 5일
Are you trying yo import data from the file? Visit: https://in.mathworks.com/help/matlab/ref/importdata.html#inputarg_filename
답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!