First  |  Prev |  Next  |  Last
Pages: 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
Step discrete function u[k]
I need to define my symbolic discrete function only for k>=2. In the paper i write something like f(k)=2^k * u (k-2) u(k) is a step discrete function that is 0 for k<0 and 1 for k>=0. So u(k-2) is 0 for k<2 and 1 for k>=2. (The purpose is to CUTOFF a part of function). Ok I just need this on matlab. I tryed: ... 25 Jun 2010 15:22
Bode phase plot
hem...what bout the magnitude on?? "Anneli " <orvnas.A.removeA(a)kth.se> wrote in message <gqi7i5$24$1(a)fred.mathworks.com>... Hi, I want to plot just the phase of a transfer function. According to the MATLAB Help the following command should do that: bode(m1,'ap','P') However, I get the message ... 25 Jun 2010 14:16
variable not updated in a gui
Hello, I'm trying to program in a GUI, a push button "modify ROI", which will allow me to select a contour among several others ones (all in the same axes). So I set the mouse click to read the name of the contour and store it in a variable, the problem is although that the mouse click seems to really launch the... 25 Jun 2010 13:10
simulink / variables
Hello, first i'm sorry for my english ; ) I worked a bit with simulink and used a lot of variables, but i dont defined them and now there are a lot of them an would like to know, is there a possibility that simulink can show me all variables i used? Sincerely Schi ... 26 Jun 2010 22:49
Callbacks with fread
Hi, I'm making a GUI that displays a information according to the data read from a serial port. The device outputs data every 5 seconds, so the GUI updates information every 5 seconds. I want to include a uicontrol toggle button that will start/stop receiving data. When I use fread (serial), the program waits until ... 25 Jun 2010 13:10
simulink / variables
Hello, first i'm sorry for my english ; ) I worked a bit with simulink and used a lot of variables, but i dont defined them and now there are a lot of them an would like to know, is there a possibility that simulink can show me all variables i used? Sincerely Schi ... 25 Jun 2010 13:10
simulink / variables
Hello, first i'm sorry for my english ; ) I worked a bit with simulink and used a lot of variables, but i dont defined them and now there are a lot of them an would like to know, is there a possibility that simulink can show me all variables i used? Sincerely Schi ... 25 Jun 2010 13:10
Resize Axes in figure....
"Husam Aldahiyat" <numandina(a)gmail.com> wrote in message <hn60d8$nsk$1(a)fred.mathworks.com>... "John Baldauf" <eaglecat(a)gmail.com> wrote in message <hn5s6q$eqa$1(a)fred.mathworks.com>... Jan, could you provide more assistance? I have the same issue and came to mathworks central to try to get an answer. ... 25 Jun 2010 13:10
Simhydraulics (
"Lallaey khan" <sidh.sinha(a)yahoo.com> wrote in message <hp0iu8$kut$1(a)fred.mathworks.com>... I have modelled a simple circuit with a fixed displacement pump filling a gas-charged accumulator. I have set the mechanical and volumetric efficiencies of the pump at 1 to make it ideal. The pump displacement and accumuator ... 26 Jun 2010 10:48
using textread to read in data to a 2D array
I have data files that are: 34 columns a heck of a lot of rows! I need to read in the data (skipping the first 14 lines of header) to an array. I do have a way to do this, but I have found that it slows down on my large files. What I've done and it works, is: temp = textread(filename, '%f', 'headerlines',... 25 Jun 2010 16:28
First  |  Prev |  Next  |  Last
Pages: 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410