MATLAB project - Fuzzy Logic as a topic that is of interest to me

hbk

hbk

@hbk-UY6MQq Oct 26, 2024
i've been using MATLAB for some time now and have begun to realiza its true power.... i wanted to do a project in MATLAB.... i did a bit of study (+googling)....


and i have zeroed in on Fuzzy Logic as a topic that is of interest to me.... please suggest

1. Is it a worthwhile domain for a project, considering i am in comp engg 3rd yr DCE?

2. Please suggest topics for projects in this domain...

3. Other topics for projects in MATLAB...

thanks...

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • xheavenlyx

    xheavenlyx

    @xheavenlyx-CbvN62 Jun 18, 2008

    1. It depends if you are interested in Fuzzy Logic. Its used for robotics and other automations and also sometimes in computer science applications.

    2. If you have googled then you surely must have come across some topics 😀

    3. Other topics for projects in MATLAB? Did you even turn on the internet? Matlab's main website itself (specifically #-Link-Snipped-#) has thousands of interesting projects!!!! Here is a list, click on any to go to list...

    NOTE: The below links do not work anymore. MATLAB Filexchange Catagories are now at : #-Link-Snipped-#

    File Exchange Categories [DEPRECATED, kept only for Search results]

    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-##-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-# #-Link-Snipped-#
    #-Link-Snipped-##-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#
  • hbk

    hbk

    @hbk-UY6MQq Jun 18, 2008

    thanks a lot #-Link-Snipped-# ....

    that was really helpful of u...

    i did google arnd, but somehow i missed this link..

    will google more b4 posting next time...

    thx anyways...
  • xheavenlyx

    xheavenlyx

    @xheavenlyx-CbvN62 Jun 18, 2008

    Hey no problem at all hbk!!!

    Just that sometimes we have to stress that its important to search before posting so it gets easier to answer questions 😀

    Anyway, you are interested in MATLAB which is really good! So whatever project you make post it here, or even if you get stuck somewhere in an ongoing project cuz sometimes, some specifics are not on the Internet.

    Another thing, MATLAB Help file is also a very very good place to start 😀

    Have fun.
  • sumith123

    sumith123

    @sumith123-z7bX8B Jun 19, 2010

    xheavenlyx did a best work for collection awesome ideas
    excellent.......
  • xheavenlyx

    xheavenlyx

    @xheavenlyx-CbvN62 Sep 9, 2010

    Here are two very useful links:

    <a href="https://www.youtube.com/user/MATLAB" target="_blank" rel="nofollow noopener noreferrer">MATLAB - YouTube</a>
    <a href="https://www.youtube.com/watch?v=4ITjmDJAyu8" target="_blank" rel="nofollow noopener noreferrer">- YouTube</a>
  • Teju Viswanadham

    Teju Viswanadham

    @teju-viswanadham-31aQIg Sep 23, 2011

    hi
    i am planning to do pjct on red eye detection in matlab. can some one help me about this
  • Rupam Das

    Rupam Das

    @rupam-das-wW5CvN Sep 24, 2011

    Teju Viswanadham
    hi
    i am planning to do pjct on red eye detection in matlab. can some one help me about this
    1) Take frames from camera using Matlab's Frame acquisition api.
    2) Extract image
    3) Segment the Face using YcBr color segmentation technique.
    4) Find the eye using "template matching". it is a process where you will keep some eye image in database . your program will try to find the eye pattern in segmented face image.

    Eye are the part where "holes" will be present in face. Nose will also have Holes but too close. So alternatively you can use image morphology for eye detection.