![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10907232_1548682955794_DEF.jpg)
Imanol Isasa
Followers: 0 Following: 0
Statistik
RANG
12.252
of 297.016
REPUTATION
4
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can I crop a set of non-binary images automatically depending on the size and position of each image?
I have a dataset of more than 1000 images. When I load them into Matlab (R2021b), they all are the same size, but the actual ima...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenHow to change color in plot
Hi, You can specify any color by using RGB equivalent vectors (values from 0 to 1) such as: [0.5 0.5 0.5] https://es.mathworks...
fast 5 Jahre vor | 0
Creating a variable to from data in a matrix
Hi, you can select the first column starting from the third row doing this: selection = matrix(3:end,1);
fast 5 Jahre vor | 0
| akzeptiert
how can i ask user to input random numbers and automatically turn it into vector?
Hi, I am not an expert in this but you can try doing just this: for i=1:4 v(i)=input("Type a random number: "); end Yo...
fast 5 Jahre vor | 0