Importing data from .mat file into uitable

1 visualización (últimos 30 días)
Jordan Klebba
Jordan Klebba el 29 de Nov. de 2017
Respondida: Vishwas el 8 de Dic. de 2017
DirContents = dir(pwd); DirFiles = {DirContents.name}; settingsFlag = DirFiles(~cellfun(@isempty,regexpi(DirFiles,'Settings.mat'))); % 1 = exist/0 = doesn't exist if settingsFlag == 1 for i = 1:length(handles.fileName) set(handles.uitable1,'Data','Settings.mat'); data(i,:) = {load('Settings.mat'),signals{i}}; end end
I am trying to import data from settings.mat into the first column of my uitable. Any help would be appreciated.

Respuestas (1)

Vishwas
Vishwas el 8 de Dic. de 2017

Categorías

Más información sobre Data Import and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by