Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
01 May 2009 Steepest Accent Method Solves multivariant unconstrained optimization using the Steepest Accent Method Author: Siamak Faridani Duc

untitle4.m
function Untitled4()
syms alpha
f='alpha'
diff(f,alpha)
%error!!

untitle4p.m
syms alpha
f='alpha'
diff(f,alpha)
%get expected result

untitle5.m
function Untitled4()
syms alpha1
f='alpha1'
diff(f,alpha1)
%get expected result

01 May 2009 Steepest Accent Method Solves multivariant unconstrained optimization using the Steepest Accent Method Author: Siamak Faridani Duc

Run with
x01=1;
x02=2;

and

a='10*(2*x1-5)^2+2*(3*x2-6)^2';
 
then I get an error:
alphaval =
 
C_
 
??? Error using ==> evalin
Undefined function or variable 'C_'.

08 Apr 2008 Equation Check Equation Validator for Long Equations Author: Siamak Faridani Shaw, Kevin

Great tool. Works as advertised. Very helpful.
I have found some equations that are too long to print, but I think that is probably a Maple limitation.

05 Nov 2007 Equation Check Equation Validator for Long Equations Author: Siamak Faridani Subramaniyan, Arun K.

Very nice tool. Elegant code. Thanks for sharing.

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com