photo

Ray


University of Michigan Ann Arbor

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
33,726
of 300,847

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
1

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,238

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

1

个回答