photo

Ray


University of Michigan Ann Arbor

2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
33,726
of 300,781

평판
1

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
1

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 11년 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 11년 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 11년 전 | 답변 수: 1 | 1

1

답변

질문


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

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변