Statistik
RANG
19.514
of 300.343
REPUTATION
2
BEITRÄGE
12 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
2
RANG
of 20.926
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.172
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
While all elements are not equal to NaN
I mean how can I check if all array elements are nan, if my array is an cell array.
mehr als 7 Jahre vor | 0
Frage
Add numbers in a plot
I have 10 points with x and y coordinates, and I am plotting circles that center in these coordinates. I need to add the numbers...
mehr als 7 Jahre vor | 1 Antwort | 2
1
AntwortFrage
Insert an array into another array
I need to insert an array into another array, so that subarray would be like one single element in it, like: A=[2,4,5,[5,6],9] ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
While all elements are not equal to NaN
I have an array and I turn one element to NaN in each iteration until all elements are NaN, like: While (all elements in ar...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
create random number with gaussian distribution
I need to create a random number with gaussian distribution and with average value of 0 and var of 1. like N(0,1). and also a N(...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Map an array yo another one
I have an array like: A=[3,5,6,10] and I need to map it to another one like: B=[1,2,3,4] so instead of returning A, I can r...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
move all zeros to the right in a matrix
I have a matrix like [1,2,3,0; 0,0,0,1; 8,0,9,0; 4,3,2,1] and I need to move all zeros to the right, and ot...
mehr als 7 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
non convex optmization problem
i have minimization problem with some constraints that I need to solve, it's like: <</matlabcentral/answers/uploaded_files/10...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
showing the grayscale matrix
I have a 2D matrix , and I was trying to display it as an image, but the problem is that in the output axes, for all the numbers...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
reshape problem in matlab
I have a 2D matrix, which is: h=zeros(65536,1); now when I use the: h = reshape(h, 256, 256); i get the error: To RESHAPE the n...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
convert grayscale to rgb
I want to convert a grayscale image to rgb, but I don't want to use the gray2rgb command, I know that the input matrix is 2D, bu...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
changing the histogram color
Is there any way to change the color of a histogram?
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenHSV to RGB using entered values
H=im3(:,:,1); S=im3(:,:,2); V=im3(:,:,3); I seprated the hsv values with these commands, now I want to change the hsv values...
fast 12 Jahre vor | 0
| akzeptiert
Frage
HSV to RGB using entered values
I have used the rgb2hsv and changed my rgb image to hsv, then asked the user to enter new h and s values .. now I want to create...
fast 12 Jahre vor | 2 Antworten | 0
