Answered adding a title to a figure - by a loop
Something like this??
clear all; clc;
X = {'asd','asdf','sfdf','sd'};
for i = 1 : length(X)
figure('name',...
14 years ago | 2
| accepted
Answered How to input file but file depend to extension
I have 5 MAT-files and 1 RAR-files in the directory 'Database'. Then I want to load MAT-files only from the directory. This is t...