First  |  Prev |  Next  |  Last
Pages: 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729
question regarding toolboxes and blocksets in simulink
my question is about using Simulink. I was working on a project at school on Simulink and I used the Discrete Time VCO for QAM implementation on the school's computer. However, when I ran the same .mdl file from my computer, it showed a bad link on the VCO block. This VCO block was from the communication blockset of t... 12 May 2010 02:38
Find three different area
Hi, I have a binary image (Here it is http://drop.io/ish790790/blog/m), and i need to find the distance between the second metasthesis and the foot end, which i already did with the imtool function, now i have to devide this distance by three and than divide the image in according with that number into three parts, and... 12 May 2010 01:34
error using ==> open at 157
Hi I have a matlab simulink file .mdl. When I copy it to another file( for reversing it ). But I cant open new file. It said that faul "error using ==> open at 157". could anyone help me for this problem? Thanks a lot! ... 12 May 2010 01:34
Help: array iterations outcoming is NaN; WHY?
Im using the next function to generate vectors according to the equation: x(i+1)=x(i) + 3*x(i)^2 - 2*x(i)^3 + 0.5*x(i-1) function [M] = generate(n) x1=rand(30,1); x2=rand(30,1); M(:,1)=x1; M(:,2)=x2; for i=2:n-1 M(:,i+1)=M(:,i)+3*(M(:,i)).^2-2*(M(:,i)).^3+0.5*M(:,i-1); end but when I try n=100 , the l... 12 May 2010 02:38
usb 2 parallel converter problem
Hi, I ve got a USB 2 parallel converter which has to be accessed through matlab since there is no standard pc parallel port available in my laptop. Can anyone give a modified daqtoolbox to access data from this converter ?? ... 12 May 2010 01:34
how to back up file .bak to .dll
hi! I a student and I'm studying about bispectrum. My professor give me a simulink .dll. But unfortunately, after I changed something in this file, it transformed to .bak. And I cant open this new file. Could you point me out how to convert it back to the original .dll file? Thanks in advance! ... 12 May 2010 00:29
problem in use the simulink
hello everybody I am using the Real-time-windows-target to get the data of PCI6014card which is made by National Instruments。 The target kernel is already installed。 In the simulink window, I put an analogue input block and a scope block。 When run this mdl file ,I can not get the da... 12 May 2010 00:29
recursion expression in matlab
"nuclph nuclph" <bskorodo(a)gmail.com> wrote in message <hrujac$fmm$1(a)fred.mathworks.com>... hi all, say, i have the following recursion: E(s) = d^2/(3d-2) + (3d-3)/(3d-2) E(s-1) E(0) = 0 If I want to find E(10) i need to expend recursion which will be a sum or series. Can you suggest i... 11 May 2010 23:24
no data acquisition toolbox in 64 bit matlab r2009a?
"Steven Lord" <slord(a)mathworks.com> wrote in message <hnm9ij$o1c$1(a)fred.mathworks.com>... "cpp.matlab" <cpp.matlab(a)gmail.com> wrote in message news:c3f74983-56d3-4624-8880-7cc6bd1db320(a)r27g2000yqn.googlegroups.com... Does any one know why there is no data acquisition toolbox in 64 bit matlab r2009a... 12 May 2010 19:12
help with subs
>> syms a b c d e f z = [a,b,c,d] z = [ a, b, c, d] z1 = subs(z,[e,f],[c,d]) z1 = [ a, b, e, f] May be this has been reported before. i am trying to search backlogs andstill cant find a suitable work around for this. Can someone help me with a work around ? or is this still a bug in subs function ? ... 12 May 2010 02:38
First  |  Prev |  Next  |  Last
Pages: 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729