What is the code to plot several .dat files together?

H
hardikisharma2 · Aug 4, 2020 · 2K views
Question
I have 1000 .dat files and I want to plot graphs from them and save the results in .png format for all the files. How do we do that?
Expert Answer
Profile picture of Neeta Dsouza
Neeta Dsouza PhD Expert
Answered Aug 23, 2026
figure
hold on
datfiles = dir('*.dat');
for K = 1 : length(datfiles)
  data = load(datfiles(k).name); %load just this file
  % Plot the data depending on variables 
end
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!