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

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

Answers (1)

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

This question is closed.

Products

Asked:

on 21 Aug 2018

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!