Feeds
提问
Cell Arrays into normal functions
I have an array of cell arrays, s1= '<1x2>' '<1x2>' '<1x2>' '<1x2>' i need to split them in to individual arra...
14 years 前 | 1 个回答 | 0
1
个回答已回答
Matlab Movie
sorry man i guess i was using axis as a variable for something, i guess i didn't realize that, thanks a bunch though
Matlab Movie
sorry man i guess i was using axis as a variable for something, i guess i didn't realize that, thanks a bunch though
14 years 前 | 0
提问
Matlab Movie
plot(ws(1,:),y,'r-+'); fig1 = gcf; set(fig1, 'NextPlot','replacechildren'); winsize = get(fig1,'Position'); set(gca, 'XLim...
14 years 前 | 3 个回答 | 0
3
个回答提问
logical Indexing
assume a as 3*2 matrix a = [1 , 1 ; 2 , 2 ; 3 , 3]; a = a(a(:,2) > 1); what i expect from the above statement is that...
14 years 前 | 1 个回答 | 0
