First  |  Prev |  Next  |  Last
Pages: 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856
Waiting your helpings about RBFNN
The function is y = 1/2 * x^3 - 1/5 * x^2 - 3*x +20 Input value range is [-10; 10] center vector is [-8; -5; -2; 0; 2; 5; 8] Plot the output of RBFNN and the function. (Sigma = 0.2) if anyone can give an starting idea that how to plot this two function, i am really thankful. ... 27 Apr 2010 01:03
what is quantization level of matlab filter implementation
I post this again. clear all; close all; N=20; b=[1 -exp(j*2*pi*12/N)]; a=[1 -2*cos(2*pi*12/N) 1]; Hq = dfilt.df2(b, a); Hq.arithmetic = 'fixed'; zplane(Hq,'off'); Above code is implementing discrete time direct form 2 filter. After running code figure show pole zero plot of reference pole & zero and qu... 26 Apr 2010 10:15
sfuntion ssPrintf
Hi all, if I use ssPrintf to output messages for debugging in the comandline I get an error about converting 'unsigned char *' in 'const char *'. What to do?? any idea? This is the code: unsigned char* buf=myData->getBuffer(); ssPrintf(buf); Thanks a lot! ... 27 Apr 2010 12:09
Hardware-in-the-loop (HIL) simulation
I am thinking of buidling a HIL simluation environment. It is a control system. The plant model is built in Simulink and the controller is a microprocessor (Freescale). If I want to realize such system, what toolbox do I need from Matlab? Real-time Workshop? I looked through the posts about HIL, most of which are... 30 Apr 2010 09:28
plot 2 graph in one figure with same axis
Hallo my name is Dalle, i'm really new to Matlab, and in my semester project i have to really use a load amount of Matlab so i really need to get used to it right now.. can someone tell me how to solve this: 1. i have a histogram in the first figure and response curve in another figure... the y-axis from the histo... 27 Apr 2010 08:44
schared memory with xPC Target
Hi everybody, I want to synchronize several xPC Target PCs by using reflective memory cards. Referring to the Product Help, there are two supported cards: - GE Fanuc PCI-5565PIORC - Systran SCRAMnet SC150 PCI 1) Is there somebody, who has some experience in using this cards? How is the performance? Is it... 26 Apr 2010 10:14
How to edit the icon in legend
Hi,everyone. when I set the line in my plot with a marker like '+', it shows two '+' in the corresponding icon in the legend by default. And the size of '+' is too small. Can I change the amount of '+' shown in the icon and change its size? Thanks in advance Yutao ... 26 Apr 2010 10:14
simulation of sphere growth
hi i am working on problem in which a sphere is growing in time. Can i make a video which will show this growth? I have radius v/s time data....will it be possible to make it in video showing the growth? ... 26 Apr 2010 10:14
www.voguesneakers.com Cheap Jordan Shoes,Cheap Nike Shox Shoes
http://www.voguesneakers.com Our Company Wholesale and Retail: Nike Shoes,Jordan Shoes,Jerseys,Timberland Shoes,Prada Shoes,Adidas Shoes, Gucci Shoes,Converse Shoes,Puma Shoes, Clothes,T-Shirts,Jeans,Jerseys, bags,Wallet,Caps,SunGlasses,Underwear, Leather Belt. Welcome To Visit Our Website http://www.vogues... 26 Apr 2010 09:08
multidimensional matrix multiplication
Hi, i like to speed up my Matlab code. first: I like to multiplicate one (3x3xN) matrices with a single vektor (3x1) without using a for loop. second: I like to multiplicate two (3x3xN) matrices eg. rotation-matrices without using a for loop. Does anybody have some ideas. best Kai ... 26 Apr 2010 14:54
First  |  Prev |  Next  |  Last
Pages: 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856