First
|
Prev |
Next
|
Last
Pages: 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799
renaming financial time series objects "Jigar " <jpatel(a)atlantictrust.com> wrote in message <hpctrq$3if$1(a)fred.mathworks.com>... Hi, I am trying to rename two time series data within a financial time series object. The data is obtained as follows – m1_dates = intersect(spx_div.dates,b_yld.dates); m1_data = [spx_div(datestr(m1_da... 3 May 2010 10:55
Autodesk 3DSmax and Simulink 3D animation Hello, I am trying to incorporate a vrml file created in 3DSmax into simulink using the VR Sink, however, when I come to open the VR viewer, my scene isn't rendered and I get a warning message saying, 'Warning: Couldn't read ImageTexture from URL ......' Just wondering if anyone knows what to do to rectify t... 3 May 2010 12:02
creating a movie from a real display Hello, I use MatLab in my scientific experiments and i display flickering visual stimuli. I'd like to be able to display my usual experiment and record them with MatLab and create a video out of them. That way i could bring them with me and show the kind of stimulation i work with. Thanks a lot, Adriano... 3 May 2010 10:55
blanks(n) Can I use this in fprintf or only in display? If it can, please show me example. ... 3 May 2010 12:02
symbolic integration issue hi, I had written a code that has a symbolic integration in it. the problem is that when i input more than '4' , for k,MATLAB sends me an answer that is useless for me or in another word i cant use that symbolic answer for the other calculations of my code.try it.here is that part of my code that i mentioned at the... 4 May 2010 04:38
help required for generating .s19 file for a MPC 565 target using RTW and codewarrior. "Kanthaswamy" <kanthaswamyg(a)example.com> wrote in message <gng9nm$a4s$1(a)fred.mathworks.com>... I tried using a eval. copy of codewarrior compiler for MPC5XX and used the demo model available "mpc555_Led.mdl" with the mpc555_demo library. I had set the MPC target preference to codewarrior compiler. When I b... 3 May 2010 10:55
Fortran mex setup with Matlab R2009a Mark Westwood <markc.westwood(a)gmail.com> wrote in message <8c537466-f212-4d0b-9c0e-f4c365edb76d(a)l34g2000vba.googlegroups.com>... Hi If you looked in your Matlab installation on a Windows PC, perhaps at this location: C:\Program Files\MATLAB\R2009a\bin\win64\mexopts You would find a series of... 4 May 2010 07:53
mcc and nnet-toolbox hi, have somebody an idea what could the reason for: a standalone aplication with the use of nnet-toolbox works well with sim-simulation but calling train-functions (adapt or train) the message occure: " no function or method "nnnn" for input of type network" thanks ... 3 May 2010 12:02
Save results from outfun I am using Fminsearch and as output I use outfun.The problem I have is that I cannot save the resulting values for variables.It only saves in outfun1 the values of the last iteration and also for plotting.I know that I can use optimValues.field but I cannot acces the value of the evaluation count. Is there a solution t... 3 May 2010 12:02
distance between points I want to find out distance between points x1,x2,y1,y2... I want to find out length between those points plz help... grayImage = imread('moon.tif'); thresholdLevel = graythresh(grayImage); binaryImage = grayImage > thresholdLevel * 255; horizontalProfile =max(binaryImage, [], 1); x1 = find(horizontalProfile, 1... 3 May 2010 19:49 |