Feeds
提问
The answer is NaN
I don't know why the answer of this code is NaN. Help me please. thanks so much for a = 01:20 filename = [num2str(a,'%...
12 years 前 | 2 个回答 | 0
2
个回答提问
Undefined function or variable 'm'
I'm newer using matlab I wrote this code,but i have a error Plz help me,thanks A=imread('21_training.tif'); B=A(:,:,2); ...
12 years 前 | 3 个回答 | 0
3
个回答提问
mtimes error when multiply a constant with a matrix
[maxF loc]=max(F(:)); [row col]=size(F); %create a matrix max G=(128-maxF).*ones(row,col); ??? Error using =...
12 years 前 | 1 个回答 | 0
