Statistiques
10 Questions
0 Réponses
RANG
17 715
of 300 392
RÉPUTATION
2
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
2
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 373
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
Feeds
Question
Index in position 1 is invalid. Array indices must be positive integers or logical values.
I've attached my code below. I keep getting the issue of incorrect indexing but I'm not sure why this is as I have defined my fo...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot a circle onto a 3d graph
If I wanted to plot a filled in black circle at a specific coordinate, with no specific radius, say at x = 50, y= 55, z =60, how...
environ 8 ans il y a | 2 réponses | 2
2
réponsesQuestion
How to figure out which rows I delete and record them?
So I have the following code function [Vnew, rows_removed] = removerows(V) x = isfinite(V); y = all(x,2); Vnew=...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Randomly scramble letters in a single word
So I am trying to create a function that would take in a word when the function is called and then randomly scramble the letters...
environ 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
Reducing intensity in an image using a function
So I'm trying to use mean filtering to process an image. The idea of mean filtering is simply to replace each pixel value in an ...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Using if else statements to change values of pixel in an image
So I am trying to create a function that takes in an image and for every rgb value less than 128, it will change its value to ze...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Image Help with loops
So I just realized that I misread the problem and was supposed to use loops to create the image values for every layer R, G and ...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to rotate an image by 225 degrees but still fill up the space entirely, rather than leave edges blackened.
I am trying to rotate the Gimage by 225 so that it looks like the picture displayed below, however, using the permute or imrotat...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Combining Color Images as one
SO I have three separate green, blue, and red images. I want to display these three separate images as one combined image, while...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Creating a color image
I am trying to create a 256X256 image that starts out blue on the left hand side and scales down by one index every column so th...
environ 9 ans il y a | 1 réponse | 0
