photo

Claudia Santos


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
262,383
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer