Feeds
回答済み
Getframe function problem: Captured Image will not re-display at same size
Replace gcf with gca, i.e., F = getframe(gca); [CurrentFigureData, CurrentFigureMap] = frame2im(F);
Getframe function problem: Captured Image will not re-display at same size
Replace gcf with gca, i.e., F = getframe(gca); [CurrentFigureData, CurrentFigureMap] = frame2im(F);
7年以上 前 | 0
質問
Cumsum gives different results for double and single
Hey, Does anyone have an explanation for this? a = single(rand(1000,1000)); b = cumsum(cumsum(a)); c = sin...
9年以上 前 | 3 件の回答 | 0

