ethernet chip supported by xpc target
Hi, I'd like to install xpc-target 3.4 on a pc104 (vortex vdx-6354). The integrated ethernet chip seems to be a R6040. I also have a separated ethernet board (eurotech Net2, year 2002): the ethernet chip in this case is based on the GM82C911 single chip ethernet controller. I wonder if xpc target support one of t... 2 Apr 2010 03:52
ethernet chip supported by xpc target
Hi, I'd like to install xpc-target 3.4 on a pc104 (vortex vdx-6354). The integrated ethernet chip seems to be a R6040. I also have a separated ethernet board (eurotech Net2, year 2002): the ethernet chip in this case is based on the GM82C911 single chip ethernet controller. I wonder if xpc target support one of t... 2 Apr 2010 03:52
fitness function in ga
hello i am optimising membership function parameters of a flc using ga. i am not able to find the way of calculating the fitness function/value for the random poulation generated. pls tell me how to interfase fis file with simulink model ... 2 Apr 2010 11:29
tdm
hi............i need the code of time division multiplexing.........plz help me......... ... 2 Apr 2010 02:48
character recognition using Hidden Markov Model
hi i am also doing work on this project please help me ... 2 Apr 2010 02:48
vectorization problem
I've got a vectorization problem. I want to vectorize this code. Please give me a suggestions to vectorize this code.. Thank you. --------------------- SIZE = 100; x1 = 1; y1 = 1; z1 = 1; x2 = 1; y2 = 2; z2 = 3; x3 = 3; y3 = 4; z3 = 7; idx = 1; for x = 1:1:SIZE for y = 1:1:SIZE for z = 1:1:SIZE ... 2 Apr 2010 02:48
problem with multiple gui's working together
I followed the procedure shown in the following link from "blinkdagger" site to make a connection between two gui's (main-gui and sub-gui) http://blinkdagger.com/matlab/matlab-gui-using-a-sub-gui-to-manage-setting-parameters/ both my gui's are guide gui's. They work fine except for the following issue: ... 2 Apr 2010 00:39
Display Video of Simulink in GUI
I'm working with video and image processing blockset in Simulink. To display video in simulink I use Video Viewer block. Now I like to display that video in GUI. Is it possible and please give me some guides to do this. Many thanks! ... 2 Apr 2010 08:10
GUI connection
I'm trying to have a live connection between 2 gui's & I followed the proceedure shown in this example: http://blinkdagger.com/matlab/matlab-gui-using-a-sub-gui-to-manage-setting-parameters/ but still doesn't know why my main_gui can't see the updated version of variables from my sub_gui. Can anyone help me? Is ... 1 Apr 2010 23:33
Why speeds different in these cases?
If you have enough memory, do the following. a = ones(10000,1000); Then do something like Then compare Case 1: for i = 1:10 b = sqrt(a.^2); end Case 2: b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^2);b = sqrt(a.^... 1 Apr 2010 22:26