photo

Ray


University of Michigan Ann Arbor

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
33 726
of 300 851

RÉPUTATION
1

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
1

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 294

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Converting an image to grayscale problem
I'm supposed to convert a 3'd matrix which represents an image to a 2-d grayscale matrix, but am running into the following erro...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Dimming an Image with a new max?
function [dimmed] = dimImage(orig, new_max) Write a function called dim Image which takes two inputs: a 3 D matri...

environ 11 ans il y a | 3 réponses | 0

3

réponses

Question


Comparing a logical matrix and a numerical matrix?
I want to make a function that takes in as input a matrix (orig) and a logical matrix (mask). If the logical at a certain index ...

environ 11 ans il y a | 3 réponses | 0

3

réponses

Question


Function for masking an image?
function [masked] = maskImage(orig, mask) Basically, this function takes a 3-D matrix (orig), and a 2-D logical mask matrix...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Convert from RGB to Grayscale without rgb2gray
Basically, I need to make a function [gray] = grayscale(color) without using rgb2gray. Basically, I am taking in a 3x3 matrix wi...

environ 11 ans il y a | 1 réponse | 1

1

réponse

Question


How to make values in a matrix from 0 to a certain number?
I have a function [new] = lower(old, max) where old is a 3x3 matrix and new is a 3x3 matrix whose values do not go above max, wh...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


Switching first and last columns of an NxN matrix
Hello, Using matlab, I have to write a function which takes in an input matrix and flips the first and last values of the row...

environ 12 ans il y a | 1 réponse | 0

1

réponse