First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
Programatically set bookmarks in matlab editor?
Kevin wrote: Is this possible? My memory is going. :( I thought that last night or this morning I had read a posting from someone at Mathworks showing the class to access for another desktop related function, and I was going to look at that posting and see if I could figure out some places to look to answe... 30 Jul 2010 20:45
"An error occurred while reading the desktop configuration"
I think this is only the 2nd time I have started up matlab - I am a new user. I ran it for many days before having to restart the pc for other reasons. I first shut down matlab. Now when I start it up it runs fine but keeps giving me this message in the command window - "Warning: An error occurred while reading the ... 30 Jul 2010 19:39
TechTradeTool help
Hi all, I downloaded the following file: TechTradeTool http://www.mathworks.com/matlabcentral/fileexchange/3806-techtradetool I tried to use it, but starting "Plot Trading System" button gives me the following error message: ??? Error using ==> tsmovavg Invalid number of inputs. Error in ==> movAv at 3 ts... 31 Jul 2010 10:42
smoothin a beizer curve
I have this code, the P1(3,1)(3,2) points are the same as P(1,1)(1,2), and i need to subtitude them to smooth the result P1=[-5,3;4,-2;3,2]; P=[3,2;5,6;2,4;3,4]; t=0:0.01:1; X(:,1)=(1-t).^2*P1(1,1)+2*(1-t).*t*P1(2,1)+t.^2*P1(3,1); X(:,2)=(1-t).^2*P1(1,2)+2*(1-t).*t*P1(2,2)+t.^2*P1(3,2); plot(X(:,1),X(:,2)) hol... 31 Jul 2010 21:37
scrollbar/slider for the axes
hi, as i mentioned in my previous message that i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. now the next task is the implementation of a slider at the horizontal position for the both axes so when i zoom in into the axes and the grap... 30 Jul 2010 19:39
How do you find all the 0's in a matrix and replace with NaN
Could someone tell me how to search for all the zero's in a martix and then replace it wirh NaN ? say: x = [1 1 1 0; 1 1 0 0; 0 0 0 0; 1 1 0 1; 0 0 1 1] x = 1 1 1 0 1 1 0 0 0 0 0 0 1 1 0 1 0 0 1 1 I can find the 0 us... 30 Jul 2010 19:39
redundant Haar wavelet transform
Hi Somebody has experience with the application of the program: function y = perform_atrou_transform(x,Jmin,options) The function was written by: Gabriel Peyre As I suppose it is a wavelet transform of the type 'a trous' and I intend to accomplish with the program a redundant Haar wavelet transform. I did... 30 Jul 2010 19:39
fread repetition factor
I am using: DataValues=fread(fid,'2304*uint8',116); To read in 2304 bytes, then skip 116 bytes and repeat for the entire file. Works great. I'd like to make the 2304 value a variable. So far I have been unsuccessful, is it possible? Thanks, Ralph Page ... 30 Jul 2010 19:39
Interest rates with Hull-White
http://www.mathworks.com/access/helpdesk/help/toolbox/econ/briajhb.html Hello! A couple of months ago I bought the Econometrics Toolbox because I thought it would be easier for me to simulate interest rates with Hull-White. Unfortunately I still don't know how to do this after approx. 5 months. It's not that I don'... 4 Aug 2010 12:30
Finding a Matlab contractor
Our company may have a project requiring one of our instrument platforms to operate and program under the Matlab platform. We have limited capacity and would like to hire a contractor to develop this. Any suggestions as to the best place to find a contractor to discuss the project? Thank you in advance ... 3 Aug 2010 15:51
First  |  Prev |  Next  |  Last
Pages: 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124