Réponse apportée 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',...
environ 14 ans il y a | 2
| A accepté
Réponse apportée 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...