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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
