Automatic Z-transform derivation?133 (11/4/2003 9:39:54 PM) Does anyone know how to automatically derive the recursive points from a Z-transform of (n) points? I'd appreciate any feedback, here is the 'manual' technique if it helps anyone. Chalky. %Enter the Z-transfor... steve.white_skw1(1)
I Can't Plot This function in 3D!!!!!228 (11/4/2003 4:08:45 AM) Hi.....please someone help me to plot this function below in 3d(surf) z=nchoosek(x,y)*(1-a)^(X-1) for x=1:1:30 y=1:1:30 a=0.5; I need z!!!!!!but I can't plot this !!! i try many time but is impossible to ... krapiec(1)
plot a matrix with 50*50 elements122 (11/6/2003 6:16:55 PM) Dear sir/madam; I have a matrix of 50*50 element called A whose elements are imaginary numbers. I want to draw a plot in which these 2500 points are connected in a planar way in the following way: A(i,j) is c... zghofrani(62)
Create standalone application with Matlab GUIs130 (11/4/2003 12:22:53 PM) Hi, I want to compile my Matlab GUI program and create a standalone application. I read the Compiler help files and tried some basic m-file compilation, but -How can I combine and fig-file and an m-file in on... volker.schaus(1)
same computer, run matlab 6.5, which is faster? Linux or WindowsXP?427 (10/31/2003 5:15:44 PM) Dear all, I am thinking of using my DELL POWEREDGE 400SC solely for computation. It has 3.2GHz, and I am going to put 128M+1024M=1152MB memory. Please tell me which OS should make Matlab 6.5 faster? By the ... mizhael(178)
guide Button release?039 (11/7/2003 8:01:45 AM) In a Grafical user interface, I would like to start a Function when releasing a Button. Is this possible? Best regards, Marco Haschka ... GMarco(1)
Sphere with 5D data548 (11/3/2003 11:44:17 AM) Hello, I'd like to represent 5D data, in a graph, with spheres. I will explain with a picture : x | | o | O |------- y / O / z - x and y: ... vince47232(9)
How do I use the toolbar on GUI of V6.5???039 (11/7/2003 6:58:45 AM) Dear All, I am disigning a GUI for signal processing by matlab 6.5. How do I use the toolbar on gui??? Thanks, Max. ... htw(1)
A question about 'class' and 'set' at MATLAB129 (11/6/2003 5:27:28 PM) In my project,an error stop my step.Need help!......About class and set value. For example: %Create a class D: D.value = 1; D = class(D,'model'); %Create a class C: C.value = 2; C.submodel = D; ... tchen(1)