Feeds
질문
dont know what is that error in the last three lines
f=@ () cos(x) +1/(1+x^2 ); %%Given function f(x) fd=@(x) -sin(x)-2*x/(1+x^2); %%Derivative of the function f'(x) root=Newton ...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
what is wrong here? ??? Error using ==> times Matrix dimensions must agree.
i = imread('peppers.png'); red = i(:,:,1); green = i(:,:,2); blue = i(:,:,3); subplot(4,2,1);imshow(i);title('original i...
거의 6년 전 | 답변 수: 2 | 0
