Hai everybody,
Iam assigned a task of implementing fuzzy c means algorithm in matlab to C language using graphics.h and my question is can we implement the same intensity of graphics in matlab using C language???
Another problem is to read a file having data stored in the form of (x,y) form ie ,I have to declare a structure of float x,floaty and then read the numbers stored in file to corresponding coordinates in structure using dynamic...