|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
pushbutton1=uicontrol(yWin,'style','pushbutton','Position',[15,20,80,20],'String','chuan','Callback',['Fun=chuan(15,4,0.001),union(ColorStr(Colornum),LineStr(1)))']);
pushbutton2=uicontrol(yWin,'style','pushbutton','Position',[15,50,80,20],'String','虚 线','Callback',['Fun=plot(x,sin(x),union(ColorStr(Colornum),LineStr(2)))']);
这是我定义的两个按纽,pushbutton2能够画出sin图象
而pushbutton1中的Fun=chuan(15,4,0.001),画不出来图. chuan(15,4,0.001)是我先生成的一个m文件的函数.单独运行chuan(15,4,0.001)时是可以的.
但放到这个CALLBACK里面就不行了,求教一下应该怎么才能调用那个chuan函数的m文件呢???????
非常感谢! |
|