photo

mohammed


Last seen: oltre 5 anni fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

i am student doing my masters

Statistica

MATLAB Answers

6 Domande
4 Risposte

RANK
12.078
of 300.331

REPUTAZIONE
4

CONTRIBUTI
6 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

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

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Using NSGA II to power system optimization
this code may be helps you <http://www.mathworks.com/matlabcentral/fileexchange/10429-nsga-ii-a-multi-objective-optimizatio...

oltre 11 anni fa | 0

Risposto
Is there any way to assign a value to the diagonals of a matrix (not just the main diagonal)?
Dear Alex v = [ 2 7 8 9 5]; for i = 1:length(v) b{i} = eye(3)*v(i)% 3 is the size of identity Matrix end i hop...

oltre 11 anni fa | 0

Domanda


how to vectorized a nested for loop?
i have two for loop and i want to vectorized it . i try a lot to do it but i cannot do it. this is the simple version is let...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
can some1 plz help me to draw a curved line
Dear Masd for Drawing a curved line u just need change your equation by square. i.e *U=Un*(Rx/R).^2; Un=120%tensio...

quasi 12 anni fa | 0

| accettato

Domanda


how to get the pixel value of histogram?
Hello i wants to delete or make some pixel zero , according to the bins. im = imread ('image'); hsv_im = rgb2hsv(im);...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


help needed in image segmentation.
Hallo After segmentation with 5 cluster i got this image. but it giving me more then 5 region . i want to keep the 5 la...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


bounding box for ratio
i wanted to calculate simple bounding box ratio. m=(a1*b1)/a+b where a1=width of bounding box b1=height o...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


how to centralizes 98% energy of the histogram?
hi i wanted to write a code for this but i dont know how to get 98% energy of histogram. the following is the actual data whic...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


can u please tell me how to write the number of unique hues included in an in matlab?
i have written a code image = imread('filename'); figure, imshow(image); hsv_image = rgb2hsv(image); i = hsv_imag...

circa 12 anni fa | 2 risposte | 0

2

risposte