First
|
Prev |
Next
|
Last
Pages: 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
MATLAB - cn.tlc Build issue I am trying to generate Vector CANoe Real Time Target DLL(CN.TLC) file for my small simulink model. Before i selecting CN.TLC system target file, i select the target file as a grt.tlc and build the same mdl file. It give the .c files as a output file. It is working fine. But when i select CN.TLC system target file and ... 15 Jul 2010 10:56
EXCEL Series Line Colors The problem I'm having is that I am trying to change the color of one of my series in an excel chart that I have plotted as a xlXYScatterSmooth. To clarify I want the color of the LINE to be changed and not the markers~ so I know that the macro that VB produces gives ActiveChart.SeriesCollection(9).Select Wi... 22 Jul 2010 13:35
change the line color in plots Hallo there. I have a ''for loop'' with age=5:5:80 being the variable.I want to plot a function(is in the for loop) but I want for every age to have a different colour in the plot line.Does enayone know how to do that?? thanks in advance! for age=5:5:80; scatterfun=(10./((angle+minangle).^(st*3))) + ((1+... 16 Jul 2010 11:00
Cross Correlation algorithm failing; doesn't want the same template twice? I keep getting the following error message when running a code in which I'm using a cross correlation method. Can't figure out why this error starting happening: The values of TEMPLATE cannot all be the same. Error in ==> normxcorr2>ParseInputs at 242 checkIfFlat(T); Error in ==> normxcorr2 at 55 [T, A] = Pa... 15 Jul 2010 12:03
fetching total returns from bloomberg "Tom " <iamgoggs(a)hotmail.com> wrote in message <fb41sm$dc1$1(a)fred.mathworks.com>... I am able to use the fetch command to pull all kinds of data from bloomberg (historical prices, ratios, etc.) but I can't figure out the syntax to fetch total return data for an equity over a customized date. For e... 15 Jul 2010 10:56
Report Generator Batch Is it possible to call Report Generator through a batch file for automated processing? ... 15 Jul 2010 10:56
Parallel port in SimuLink not found Hello, I want to use my parallel port as digital output in Simulink. In MatLab the port works just fine, but if i want to add it in the device list of the digital output block in simulink, the error message "The board has not been found at the selected address" appears. The address corresponds with the address in th... 16 Jul 2010 04:28
plotting many 2D plots on one 3D graph Hi, I am very new to matlab. I have made many 2D-power spectrum plots of frequency vs. amplitude on matlab from data. In fact I have 64 seperate plots, each one showing a plot from select files of data from a series of planes numbered 0-63. So the first plot is plane 0, the second, is plane 1 and so on. I wanted... 15 Jul 2010 14:17
mex file crashed i write a c++ mex code and run it in matlab the firist time is ok, but when i run it again using the same argument , it crashed , and then error " matlab unknown software exception (0x40000015)" in a pop error window before, i find : when i declare a GLOBAL variarbles out of the gateway 'mexFunction' ,... 15 Jul 2010 12:03
run external function within gui hello everybody, I have made a GUI with guide.The goal of the GUI I made is to get input data and save the filenames in the workspace, I have done that but then what I want is that one button in the GUI executes an external function anyone could give me any idea. the user can push either analysis1 or analysis2 butt... 15 Jul 2010 09:51 |