質問


How can I create a function which evaluate only strings which represent only mathematical functions?
How can I create a function which evaluates only strings which represent only mathematical functions? I have an inputdlg box ...

約13年 前 | 6 件の回答 | 0

6

回答

質問


define function which uses handles.variables
Hi all! how can I define a function? I have defined 23 handles.variables in my gui and wanna make a function which uses all the...

約13年 前 | 2 件の回答 | 0

2

回答

質問


Can I declare global handles and/or variables?
Can I declare global handles? Variables?

約13年 前 | 2 件の回答 | 0

2

回答

質問


handles.
I have a variable handles.num What does it mean "handles."?

約13年 前 | 1 件の回答 | 0

1

回答

質問


How can I display plot edit toolbar on my gui?
How can I display plot edit toolbar on my gui?

約13年 前 | 1 件の回答 | 0

1

回答

質問


How can I make a check box toggle when plot has different type?
Hi all!!! I have a gui and I plot step, bode, nyquist, rlocus, nichols diagrams. I use the function "hold on" with a check b...

約13年 前 | 1 件の回答 | 0

1

回答

質問


How does colorbar work?
How does colorbar work? I have a gui with axes and a toolbar with colorbar and I want to plot many plots with "hold" command ...

約13年 前 | 2 件の回答 | 0

2

回答

質問


Why do I receive this warning when I display grid on the axis?
Hi!!! Well, I execute this code on a checkbox and I receive this warning. Why? checkboxStatus = get(handles.gridc,'V...

約13年 前 | 1 件の回答 | 0

1

回答

質問


How do I define the limits of a discrete model? Why do I receive this error for every t and sht variables?
How do I define the limits of a discrete model? Why do I receive this error for every t and sht variables? t= 0:0.01:10;...

約13年 前 | 1 件の回答 | 0

1

回答

質問


closedloop with delay and difference between Inputdelay and Outputdelay
Hi all!! Well, My problem is that I can't find the transfer function of closed loop model with delay. I use s=tf('s');...

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
Why sym2poly function converts a random string to s polynomial?
Ok , I found the answer!!! syms s rt='cacd'; try u=eval(rt) num=sym(rt); snum=sym2poly(num) catch warndlg('Inva...

約13年 前 | 0

| 採用済み

質問


Why sym2poly function converts a random string to s polynomial?
Why sym2poly function converts a random string ('cacssd' for example) to [1 0] polynomial? syms s rt='cacd'; num=sym(r...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
how do i write a function which recognize user-defined functions and plots the results in my gui
ok, here is the answer that i was looking for: t = 0:handles.resolution:handles.time; eval(['v =0*t+ ',vectorize(answer{1...

約13年 前 | 0

| 採用済み

質問


how do i write a function which recognize user-defined functions and plots the results in my gui
[EDIT: Fri May 27 01:13:10 UTC 2011 - Reformat - MKF] function varargout = untitled78(varargin) % UNTITLED78 M-file for unt...

約13年 前 | 2 件の回答 | 0

2

回答