Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to access all the matfiles in afolder and our aim is to plot all the signals in single window

조회 수: 1 (최근 30일)
How to access all the matfiles in afolder and our aim is to plot all the signals in single window

답변 (1개)

ES
ES 2018년 8월 21일
You can use
what
or
dir
to find all the mat files in a folder.
And then use
load
to load all the mat files.
plot
for plotting

제품

Community Treasure Hunt

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

Start Hunting!

Translated by