How to draw this fractal using MATLAB?

How can i contro a motor using fuzzy logic by matlab?

  • hey i just started to learn fuzzy logic,and i'm not good of using matlab . i want to use a MATLAB to control the speed of a motor using fuzzy logic control help me plz.

  • Answer:

    Simulate or control? 1)Type in fuzzy from the command prompt. 2)Create your membership functions for your input parameters ...angular velocity, angular position or whatever your control objective is. and create your MFs and sets for your output variable (voltage for instance). 3) Set up your inferences:- if angular velocity is slow then increase voltage 4)export the .fis model to the workspace or file (if the later use fisread command or import at later stage to load). 5) Type simulink from command prompt, include a fuzzy block with rule viewer. double click on the block to reference the name of your workspace fis model (fismatrix by default). 6)Then include blocks to for your input and output to test your system. if it is a real system you will need measured input signals. So you'll need to acquire data from the one of the data acquisition toolboxes of signal toolboxes (one of the input ports on your computer, you might need to buy a DAQ card). I suspect matlab will be too slow to work in this way, but worth a try. elsewise create a s-domain continuous model of the system. 6)send me a cheque for helping you 7) try some of the fuzzy examples provided with MATLAB. To get a feel for the technique.

interdre... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.