| Author |
Message |
zio_nneo
Joined: 03 Jun 2007 Posts: 191 Helped: 2
|
04 Jun 2008 6:26 Help Boolean solution using matlab |
|
|
|
| I have faced problem while doing the solution to boolean expression by method called Quine Mc chuskey. For doing this work I have used matlab. The problem is in this method user had to define number of variable. i.e. if user enter variable 4 then in the solution part it may have upto 4 variable like ABCD. Using similar method we have to solve the boolean expression of upto 15 variable. Now the problem is how can we choose the number of variable while solving the boolean expression. How can we sovle this problem in matlab. Is this possible to solve the boolean expression in matlab.....i.e. till date while doing the problem in matlab most of the time I have got the output in matlab has numerical value but here it has the output in variable ABCD.... is it possible to sovle boolena expression in matlab?.
|
|
| Back to top |
|
 |
dmk
Joined: 14 Nov 2005 Posts: 187 Helped: 37
|
04 Jun 2008 7:02 Help Boolean solution using matlab |
|
|
|
| Well, I have not heard about boolean algebra in MATLAB. It is much easier to use Quine-McCluskey method ot Karnaugh Maps instead of MATLAB.
|
|
| Back to top |
|
 |
zio_nneo
Joined: 03 Jun 2007 Posts: 191 Helped: 2
|
05 Jun 2008 5:22 Help Boolean solution using matlab |
|
|
|
| I do want to solve the Boolean Algebra using the method Quine Mc Cluskey. Do you have any suggesiton for this ?
|
|
| Back to top |
|
 |