photo

Dhandapani.S


Last seen: casi 5 años hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

36 Preguntas
1 Respuesta

CLASIFICACIÓN
20.034
of 300.352

REPUTACIÓN
2

CONTRIBUCIONES
36 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
38.89%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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....

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to make ANFIS fuzzy system to produce exact binary outputs (0 or 1)
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...

alrededor de 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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. ...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Cargar más