Feeds
질문
arguments of type 'function_handle'
Hi, im havind troubles in a code i've made. It says that: Undefined function '(...)' for input arguments of type 'function_handl...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
Function with double arguments
Can I make this? function[g]= forward(f(x),x) for j=5:5:40; h=inv(j) g=(f(x)+4*f(h)-f(h+h))/(h...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How to use Svd
If I want to SVD an image, I cant do this? a= imread('C:\Users\Acer\Desktop\Inves\teddy.jpg'); s = svd(a) [U,S,V] = ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How to convert image on a matrix
Hello! Im trying to convert an image in a matrix using matlab. however when i put the command: A = imread('image112.jpg'), the ...
거의 10년 전 | 답변 수: 1 | 0
