bonjour,
je suis pas un expert sur matlab :shy: et je trouve toujours des problemes qui paraient banales mais pas pour moi !! :shy: !!!
j'ai tapez cet algo afin de multichoisir des fichier sur matlab :
[filename, pathname] = uigetfile( '*.txt', 'selectionnez un fichier txt','MultiSelect', 'on');
cd(pathname)
fullfile(pathname,filename);
data=load (fullfile( pathname, filename));
et matlab me donne toujours le msg suivant :
Error using load
Argument must contain a string.
Error in split (line 21)
l oad (fullfile( pathname, filename));
aidez moi !!!
-----