Since 4/25/2012 1:38:47 AM, slord has written 7 articles and participated in 13279 conversations. slord signature: slord
slord's articles:
Items(7) /1
[OT] Happy holidays 2011081 (12/16/2011 2:28:09 PM) comp.soft-sys.matlab As with last year I'm going to be on vacation the next two weeks and will be checking in on CSSM sporadically if at all, so happy holidays, merry Christmas, and a happy New Year. The belated (though apprecia... Steven_Lord
[OT] Happy Holidays everyone; see you in a week and a half084 (12/22/2005 9:17:11 PM) comp.soft-sys.matlab I'm on vacation starting about now and will likely not have access to CSSM (or will have very slow access); I plan to be back on January 2nd. Merry Christmas, Happy New Year, and a good any other special occ... Steven
[OT] Happy holidays! #2182 (12/23/2004 5:47:01 PM) comp.soft-sys.matlab I'd like to wish the readers of CSSM a merry Christmas, happy Boxing Day, happy New Year, and if you celebrate any other holidays at this time of year, a pleasant one of those as well. I'll be on vacation sta... Steven
Steve on vacation until June 1075 (5/23/2004 3:24:21 AM) comp.soft-sys.matlab I'm going on a little vacation next week, and I plan to be back on June 1st. I don't anticipate having newsgroup or web access during my vacation, at least not fast enough web access to post very much. Given t... Steven
[OT] Happy Holidays!198 (12/19/2003 11:40:08 PM) comp.soft-sys.matlab Well, I'm off for a (long overdue) vacation for the next two weeks, so my posting will be sporatic at best. Have fun everyone, happy holidays, and keep on MATLAB-bing. -- Steve Lord slord@mathworks.com ... Steven
Inheritance from classes withina package725 (9/23/2009 6:47:01 PM) comp.soft-sys.matlab Hi all, I have a query regarding inheritance of one class by another within a package. For example, classB < classA within package mypack. From outside the package directory I type: import mypack.* x = classB ... bmoviehorror(35)
operator precedence20 (5/23/2013 5:48:08 AM) comp.soft-sys.matlab Could you please put the braces for this expression. I mean does this expression mean
a) a( N - winLength * 2 : N )=0;
this
1) a( N - ( winLength * 2 ) : N ) = 0; or
2) a( ( N - winLength ) * 2 : N ) = 0;... krao069(1)
Using matlab with c#21 (5/22/2013 5:59:09 AM) comp.soft-sys.matlab I have a matlab program in which temporary variables are stored into a mat file. when i run the corresponding dll file from c# i get the following error:
MWMCR::EvaluateFunctionError unable to write file myVa... najiya333(2)
send an email when codes crash?21 (5/22/2013 12:45:10 PM) comp.soft-sys.matlab Hi,
Is there a way to prompt Matlab to send an email when the current run crashes?
I'm using SENDMAIL but only know how to set it to send off an email when it finishes.
Thanks in advance,
Jason
... jason.park1(2)
Executing MuPad file in Matlab10 (5/24/2013 7:43:10 AM) comp.soft-sys.matlab Can anyone please, help me to solve the following problem?
I wrote the following procedure in MuPad workspace:
myProc:=proc(a,b)
local m, n;
begin
m:=a;
n:=b;
q:=matrix(m,n):
myProc:=matrix(m,n):... kamrul126(1)
lsqnonlin curve fitting to the output of ODE4591 (5/20/2013 7:22:09 PM) comp.soft-sys.matlab Dear Matlab Community,
I am trying to fit the last vector of a coupled ODE (5 ode) to a set of simulated data by optimizing the set of parameters in the coupled ODE. I could be getting lsqnonlin syntax wrong... hsukiang(7)