Community Profile

photo

sowmiya vohinder


madras institute of technology,annauniversity

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: computer vision

Statistics

Feeds

View by

Question


I am getting errors in the following code.please help me correct print the output for the following code
p=[0 0;0 1;1 0;1 1]; T=[0 1 1 0]; net=newff(p,T,2,{'tansig''logsig'},'triangd','','mse',{},{},''); net=init(net); ...

10 years ago | 1 answer | 0

1

answer

Question


i am not getting the out put for the program i tried for clustering.please help me in running this code
image=imread('human.png'); [row,col] = size(image); pix=[row,col]; clustx=zeros(1,500); clusty=zeros(1,500); n=...

10 years ago | 1 answer | 0

1

answer