Feeds
질문
hist & histogram which toolbox
Mathworks.com states 'hist is not recommended. Use histogram instead.' However when I use example given I get the error below. I...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Writing array to AVI using writeVideo
I have double array I convert using I8bit = uint8(I); Here is snippet of my code that works: vidProfile = 'Gra...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
min function why do results change for numbers with decimal values?
*ex1*: X=[1:11]; Y=double( 1.0*X); diffY = diff(Y); [diffY_min,diffY_index] = min (diffY);...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
why does size() not work in function but does in workspace
I have a the same 4x2 cell array (fileList), in workspace, size() gives me the results I expect, but in a function results are w...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
This snippit works in base program, but not in a function.
Have tried strjoin and several other commads with no success. Help? opathName=[opath,'\',iname, num2str(a),'.tif']; ...
대략 10년 전 | 답변 수: 0 | 0

