Frage


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 ...

etwa 13 Jahre vor | 6 Antworten | 0

6

Antworten

Frage


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...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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;...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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');...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

etwa 13 Jahre vor | 0

| akzeptiert

Frage


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...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
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...

etwa 13 Jahre vor | 0

| akzeptiert

Frage


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...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten