data{i}=importdata([pathname,filename{i}]);
Ältere Kommentare anzeigen
Antworten (1)
Anjaneyulu Bairi
am 29 Jul. 2024
0 Stimmen
Hi,
Here is the explanation of "data{i}=importdata([pathname,filename{i}])"
The code imports data from a file whose path is constructed by concatenating pathname and filename{i}, and then stores the imported data into the i-th position of the cell array data.
Here "importdata" is a funciton in MATLAB.To know more information on this function , you can visit below documentation link
Hope this helps.
1 Kommentar
neela
am 29 Jul. 2024
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!