photo

Dhandapani.S


Last seen: oltre 3 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Explorer
  • Thankful Level 3
  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


myself Dhandapani . range of mamdani fuzzy input variable cannot be added through matlab code
i created a mamdani FIS with 14 inputs. it was difficult to change range for each input variable(14 here).so i tried using loops...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


i am unable to create a fuzzy in matlab R2012b using code
i used the following code to create a fuzzy. fis = newfis('per'); fis.input(1).name = 'service'; fis.inpu...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how many membership functions have to be created for 10 sets of data where each data contains 4 sub sets?
i have three columns for a data. the data is the feature(lenth and breadth) of an image. if the length is 12.2 and breadth is 4....

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


should a neural network input have only one target group?
hai i have a doubt in neural network. i have 3 columns of input vector for which the target value is from 1 to 3 for each row. A...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


checking excel cell values using matlab
hai i am Dhandapani. i used the following code to check the excel value. it should say true because the exact value in the part...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


application for image retrieval
myself Dhandapani. please help me n this image processing application. i have extracted 6 features for an image and like wise i ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


I don't get desired values in neural network? please help..
I have a problem with neural network results. length is the feature for a dataset with 3 samples. i have 10 sample set each with...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


I designed a neural network classifier yielding 0 or 1. can i design with target value 1 alone.
neural network was designed with 6 features each dataset. first 3 dataset have target value as 1. the last three datasets have t...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Programming in Matlab. i need net1, net2 and net3 constructed. but i have only net replaced 3 times. the variable net might be unused is the warning. please help
for sheetno=1:3 dn1='net' ; dn2=num2str(sheetno); net=[dn1 dn2]; net=fitnet(10); end

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


can we store the *.mat file into a QR code
i want to store the workspace values into a QR code. is this possible?

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


in continuation with q.no. 317256. i get an error while creating multiple fitnet and saving the trained networks. please help. i have almost reched 95% of the work.
THe code i(dhandapani) tried was as follows clc;clear all; close all; dn1='sign-net' ; ce=65; for sheetno=1:24 dn2=nu...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


error in newff neural network training function
Matalb version 7.10 R2010a P = [0 1 2 3 4 5 6 7 8 9 10]; T = [0 1 2 3 4 3 2 1 2 3 4]; net = newff(P,T,5); THe error ob...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to merge a userdefined function with the library file functions
i made a copy of trainlm.m and renamed as shivlm.m with some modification of the program function. if i call the shivlm function...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


i created a copy of trainlm algorithm in neural network to shivlm.m with the same code of the trainlm.m. when i tried to call shivlm i get errors. can anyone help me in this regard?
the error i get when i copy the file trainlm.m and renamed the file as shivlm. Undefined function 'nn_train_feedback' for in...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


myself Dhandapani, can i know how to write the trained neural network properties to a text file. so that i can use the text file to create the new network easily
myself Dhandapani, can i know how to write the trained neural network properties to a text file. so that i can use the text file...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


i use matlab MATLAB Version: 8.0.0.783 (R2012b) License Number: 7XXXXX OS-win 7. i tried to use fitnet . i get the following error. help me in this reagard.
Error using feval Undefined function 'initlay' for input arguments of type 'struct'. Error in nn_configure_bias (lin...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to find the output value in neuro fuzzy inference system
i have two input column values A and B. C is the result either 0 or 1. when i tried matlab says anfis editor only works on Sugen...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to find overlapping pixels
i have a grayscale image. i am to fold the image in the center and find the overlapping pixels. for that i took the image made i...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to get the values of copy position in imrect?
h= imrect; right clicking the rectanglwe we get 3 options. how to get the values in copy position. i can copy and paste in the w...

oltre 9 anni fa | 1 risposta | 1

1

risposta

Domanda


how to find cordinates of the rectangle?
h = imrect(gca, [10 10 100 100]); addNewPositionCallback(h,@(p) title(mat2str(p,3))); i need to get the new cordinates afte...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to draw concenrtic triangles on an image and mask the image with each triangle generation
i have completed concentric circles as given by image analyst. now i need to do the same for trinagles which i am not getting th...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


neural network problem in newff
eror shown was Error using newff (line 107) Input ranges is not a two column matrix. Error in concir1 (line 25) net=newff...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


i get an error when creating newff please help me ..
the code is attached the excel file has the dataset. it has 24 columns. first 12 columns has the target value 1. the last 12 ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find the overlapping pixel points?
i have the image <</matlabcentral/answers/uploaded_files/24400/original_12_20.png>> i have to take the signature part ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


which is the best neural network for classification problem?
for 2-class classification problem, which is the best neural network, what transfer function to use and the number of desired nu...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


for image analysis, segmentating by circles or triangle, which is the best?
for image matching or comparision, which is the best segmentation technique?

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to automatically cropp the picture
this is the image before cropping. </matlabcentral/answers/uploaded_files/24364/crp1.png> i need a program which will auto...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to crop an image
I have an image like the one below. i have to crop the image eliminating the extra white space outside the black rectangle box. ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how to draw circles on a image for pixel count?
Sorry again. below is the image circ.png. <</matlabcentral/answers/uploaded_files/24273/circ.png>> First i have to find t...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


finding number of pixels inside each circle
i am drawing circles of different radius on a jpg image. how to find the number of pixels in each circle. i have to compare the ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Carica altro