Pregunta


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

más de 13 años hace | 6 respuestas | 0

6

respuestas

Pregunta


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

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 13 años hace | 1 respuesta | 0

1

respuesta

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

más de 13 años hace | 0

| aceptada

Pregunta


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

más de 13 años hace | 2 respuestas | 0

2

respuestas

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

más de 13 años hace | 0

| aceptada

Pregunta


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

más de 13 años hace | 2 respuestas | 0

2

respuestas