mohammed
Followers: 0 Following: 0
i am student doing my masters
Feeds
回答済み
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...
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...
11年弱 前 | 0
回答済み
How can I use the break and continue to keep this loop from stopping all together. When the user enters the inputs it gives a message bu tthen it stops the program. I want it to let the user try new numbers after they get the wrong numbers message
the Basic idea could be Dear ivan see an example close all clear all clc DisplayPlot = 6; a = [1,2 ...
How can I use the break and continue to keep this loop from stopping all together. When the user enters the inputs it gives a message bu tthen it stops the program. I want it to let the user try new numbers after they get the wrong numbers message
the Basic idea could be Dear ivan see an example close all clear all clc DisplayPlot = 6; a = [1,2 ...
11年弱 前 | 0
回答済み
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...
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...
11年弱 前 | 0
質問
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...
11年弱 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
11年弱 前 | 0
| 採用済み
質問
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);...
11年弱 前 | 1 件の回答 | 0
1
回答質問
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...
約11年 前 | 1 件の回答 | 0
1
回答質問
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...
約11年 前 | 1 件の回答 | 0
1
回答質問
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...
約11年 前 | 1 件の回答 | 0
1
回答質問
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...
約11年 前 | 2 件の回答 | 0