photo

Nadia Sultan


Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

13 Domande
0 Risposte

RANK
251.172
of 301.496

REPUTAZIONE
0

CONTRIBUTI
13 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
15.38%

VOTI RICEVUTI
0

RANK
 of 21.302

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.859

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

Visualizza badge

Feeds

Visto da

Domanda


how i identify wrong image while recognition
i am making the recognition system of flowers if i input image other than flower then how i identified it and show error to the ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how i can extract the different region from the image
how i can seperate the green,yellow brown and black color from the image <</matlabcentral/answers/uploaded_files/88529/s12_Au...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Sagment the one color portion from the image
i want to segment the portion of the color from the image which is selected by the user .....how user select the color from the ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


How we can change the pink color in the image to blue
in the image i would like to change the pink color into purple without selecting the pink color region by the user

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


How we color just petal of the flower in matlab without selecting the color by the user
how we identify the area of petals and color them with the choice of the user.... User select the color and petal color is chang...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Color the image in matlab
how i can change the color of flower using the user choice color in matlab....just petal color is change not the full area of fl...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab generated dll is calling in asp.net application
Recently I've been starting with Asp.net, particularly Web Form application. And in the application, I need to reference a dll p...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


i am doing sagmented the portion of flower from the orignal image when i am writing code in script ,the result is correct but when i am writing same code in the function it gives wrong result
function b1 = AugmentImage( a,b ) [r,c]=size(a); b1=uint8(zeros(r,c,3)); for i=1:r for j=1:c ...

quasi 9 anni fa | 0 risposte | 0

0

risposte

1

risposta

1

risposta

Domanda


how we can declare and initialize matrix of different name of same size in for loop
for i=1:5 vector+num2str(i)=zero(i:4); end

quasi 9 anni fa | 3 risposte | 0

3

risposte

Domanda


when we save matrix in mat file... and after loading .mat file it give one struct in which that matrix is stored how we can make .mat file without struct
for jj = 1:numel( fls ) img = imread( fullfile( 'D:\Flowers', fldrs(ii).name, fls(ii).name ) ); % read image ...

quasi 9 anni fa | 1 risposta | 0

1

risposta