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년 전 | 답변 수: 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년 초과 전 | 0
질문
Matlab Movie
plot(ws(1,:),y,'r-+'); fig1 = gcf; set(fig1, 'NextPlot','replacechildren'); winsize = get(fig1,'Position'); set(gca, 'XLim...
14년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
