How can I take first element in the first cell of my_list in matlab and give it to perceptron to train the data ?

1 次查看(过去 30 天)
for lineID=1:length
tline = fopen(fid);
C = strsplit(tline, ' ');
lq_list{lineID} = C{1};
end
for lq_list=1:sizeof(lq_list);
M = strsplit(C{1}, ':');
my_list{lq_list}= M{1};
end
for my_list = 1:sizeof(my_list) ;
if( )

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by