Statistica
7 Domande
0 Risposte
RANK
33.726
of 300.829
REPUTAZIONE
1
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
28.57%
VOTI RICEVUTI
1
RANK
of 171.210
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
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 ...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
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...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 11 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 12 anni fa | 1 risposta | 0
