필터 지우기
필터 지우기

How to plot several functions with its own different set of data in one plot

조회 수: 2 (최근 30일)
juan sanchez
juan sanchez 2018년 6월 8일
편집: James Tursa 2018년 6월 8일
Lets say I have a set of data in .CSV format and I have a script that will merge this data. Then I have a couple of functions that would apply a correction factor from one data to another creating a new set of corrected data. However this correction can only be defined for a specific component dimensions. I have other sets of data but the dimensions are different.
How can I plot the different plots from each function for the different set of data with different dimensions in one plot simultaneously? I have 3 matlab files, one is a scrip that reads and merge the data and the other 2 matlab files are functions.
one of the function to be able to plot starts like this:
f-applyff(data,'name of file 1', number, [],0,'om')
but before I can apply this function I must load(nameoffile1)
if apply this function command in the command window then I will get only one plot for a specific data set. But If i have nameoffile1, nameoffile2 and nameoffile3? how could I load all 3 so that I can apply the function for all of them to plot simultaneously?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by