- Read/import data from data source files into MATLAB, using e.g, xlsread() if your data in .xls, csvread(), dlmread(), uiimport(), or fopen()+fscanf()+fclose(), etc options
- Tabulate/augment or plot the imported data in order to be able to compare them
- etc.
How can I compare variables in two different scripts and two different data sets?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am very new to Matlab and am struggling in trying to compare two different data sets in matlab that are called by two different codes. I am trying to compare my data to data located in the World Ocean Atlas via a script in World Ocean Database. Can someone please explain how I can go about calling one from the other?
댓글 수: 0
답변 (1개)
Sulaymon Eshkabilov
2019년 10월 11일
Hi,
In general, there are several steps you'd need to perform to compare the data from different data files.
Good luck.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!