Frage


Forming block in Simulink
I have attached a image plz say how to form electrical characteristics and mechanical characteristics block as given in the imag...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Noise removal using filters
I have to remove the noise using Component median filtering and vector median filtering ,can any one tell wehere i can get codes...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Error-Performing cross validation rbf
I have a set of code load fisheriris indices = crossvalind('Kfold',species,10); group1=[1;2;2;1;1;2;1;2;1...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Filtering technique using CB
I am working on Image Enhancement using filtering Techniques, Step 1: Choose any n×n matrix. Step 2: Check whether t...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


applying newton rapshon method
I have an image 'cameraman.tif'.I have to apply newton rapshon method using the formula to that image Cj=Ci-f(Ci)/f'(Ci) ...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Incrementing value in an executing loop
I have a matrix |A| = 12 13 6 7 5 4 5 1 2 2 11 13 7 1 3 6 and...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Size of Images varying
Input = imread('baby1.jpeg') ; size(Input) P=rgb2gray(Input); image= im2double(P); [m n ] = size(A); Med = []; ...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Selecting randomly from matrix
I have a matrix B = 2 5 6 8 9 10 56 89 10 1 0 3 8 1 3 in...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


edge detection
I have an gray scale image ,i want to detect the edges using wavelet ,please help how to process

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


drawing a bounding box
I have three http://imgur.com/nSgyI,FkqeA,ttoNF#0 these are the output images,the original images are same without boun...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


finding mean
I have a 30 matrix of size 256x256 stored in in different variables, for ex the variables are A,D,R,T,Y,......ETC,EACH vari...

fast 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


mse and SNR
I have an image and have added noise to it and gave calculated mse,now i have little doubt what is difference between mse and sn...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in storing values
I have a code in which i process two images for xx = 1:length(dirlist(1:2)) x = imread([pathname, dirlist(xx...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Storing matrix value
I have a matrix A = 6 2 3 7 9 0 8 3 4 i have found the minimum value from 1st ...

fast 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


edit errror in classifier
I get a error as Error using classperf (line 244) When class labels of the CP object is a cell array of strings an...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error-Inputs and targets have different numbers of samples.
I have a code P1 = [-1 -1 2 2; 0.3 5.3 0.3 5.4]; Tar = [0 ;1 ] indices=crossvalind('kfold',Tar,10); for i=1:10 ...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error-index exceeds matrix dimension
In the following code i get error a s P1 = [-1 -1 2 2; 0 5 0 5]; Tar = [0 ;1 ] indices=crossvalind('...

etwa 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


newff
FOR THE FISHERIS data plz tell how to use newff with cross validation

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


c4.5
hi can anyone tell how to implement c4.5 algorithm plz for fisheris data ,is there any code for it

etwa 12 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


Error-cell array of strings
I get a error as Error using classperf (line 244) When class labels of the CP object is a cell array of strings an...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


error using classperf in newrbf
I have a code data=[0.5 .3 0.6 0.5;0.2 0.3 0.5 0.9;0.1 0.7 0.2 0.8;0.5 .3 0.6 0.5;0.2 0.3 0.5 0.9;0.1 0.7 0.2 0.8] ...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


edit-error in classifier
I have a code load('fisheriris'); y = species; X = meas; cp = cvpartition(y,'k',10); % Stratified cro...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


error using classperf
I have a code data=[0.5 .3 0.6 0.5;0.2 0.3 0.5 0.9;0.1 0.7 0.2 0.8;0.5 .3 0.6 0.5;0.2 0.3 0.5 0.9;0.1 0.7 0.2 0...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error usibg cros valdation
i have a code load fisheriris groups=species; cvFolds = crossvalind('kfold', groups, 10); %# get indi...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


classifier
I have extracted features of a images using GLCM,now based upon this i want to classify to which class it belongs,i have 3 class...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


classifier
i have a dataset of 100x6,i want to classify these and find the accuracy using random forest and mlp ,i have classifeid using s...

etwa 12 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


MLP in neural network
I have a dataset of 4062x15 .Now i want to train and test using MLP and RBF,please tell how to start with

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error using radion button
I have two button groups each one has 3 radio button which contains function of noise , salt and pepper guassian spe...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


saving a data
I havea data as g = [1x4 double] [1x5 double] [1x4 double] [1x4 double] [1x4 double] [1x5 d...

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


finding nearest neighbour
I have a in image in http://imgur.com/PYb3U,in which i have created 5 nodes,in that i want to find the neighbour node of a parti...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Mehr laden