photo

Ray


University of Michigan Ann Arbor

2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
33,726
of 301,116

評判
1

コントリビューション
7 質問
0 回答

回答採用率
28.57%

獲得投票数
1

ランク
 of 21,174

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 172,871

コントリビューション
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

回答