Statistik
10 Fragen
0 Antworten
RANG
20.384
of 302.025
REPUTATION
2
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
2
RANG
of 21.507
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 178.223
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 9 Jahre vor | 2 Antworten | 2
2
AntwortenFrage
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=...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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 ...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 10 Jahre vor | 1 Antwort | 0
