标题: Matlab Problem.....Please help me! [打印本页] 作者: veryfit 时间: 6.11.2005 16:23
Hi people,<br /><br />I'm doing my project with Matlab. I don't know how to use 'GUI' .<br /><br /><br /><br />I am going to control the constants: a,b ,c,d in the following equations in <br />order to solve the unknows :x,y,z,w,<br />(That means i want to input the values of a,b,c,d on the interface.)<br /><br />a*x+b*y-c*z=0<br />b*y-d*w=0<br />a*x-b*y+c*z=0<br />a*x+b*y+c*z+d*w=0<br /><br /><br />If someone know please tell me,,, Thanks a lot. <!--emo&--><img src='style_emoticons/<#EMO_DIR#>/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->作者: Dontknow 时间: 8.11.2005 20:02
At the moment, I only know(used) the command input;<br />tape "help input" you should be able to understand it. Its easy to use for a simple command-line "GUI". Good luck作者: wl468dedede 时间: 21.11.2005 19:27
对,查帮助作者: fusion 时间: 25.8.2006 12:59
列成向量形式,再求invers。楼主随便找本线性代数入门书就知道了作者: Timo_wu 时间: 5.10.2007 22:01
在matlab下输入guide(GUI design environment ),然后就很简单了。
在按钮的calback函数下写东西就行