PerformIing fuzzy inference using a FIS structure file and an input data file. LCC compiler missing on 64bit matlab 2009a

Asked by Jawairia Rasheed on 3 Apr 2012
Latest activity Commented on by Jawairia Rasheed on 3 Apr 2012

*BOLD TEXT*I have to perform fuzzy inference using FIS structure file and input data file .

When executing the command matlabroot\sys\lcc\bin\lcc -Imatlabroot\sys\lcc\include fismain.c

for creating fismain object :C\Program is not recognized

This perhaps due to lcc compiler missing Frrom where to install this and how to embed it in the matlab and then how to execute the command for creating fismain object. Kindly reply.

0 Comments

Jawairia Rasheed

Products

No products are associated with this question.

2 Answers

Answer by Titus Edelhofer on 3 Apr 2012

Hi Jawaira,

LCC is not available on 64 Bit. Take a look here for the list of supported compilers.

Titus

1 Comment

Jawairia Rasheed on 3 Apr 2012

yes but how to embed the compatible compilers in matlab to perform the above tasks so that the above commands can be executed :(

Titus Edelhofer
Answer by Titus Edelhofer on 3 Apr 2012

Hi,

I took another look specifically for fismain: so you can take any C compiler you like (e.g. Microsoft Visual Studio Express). Once installed, you need to make sure, that you can call the compiler from command line. Then compile fismain.c.

Strictly speaking, this is not a "MATLAB" problem, but compiling C code...

Titus

1 Comment

Jawairia Rasheed on 3 Apr 2012

Thanks for ur reply ,

Titus Edelhofer

Contact us