Programming a function for use in another script
조회 수: 2 (최근 30일)
이전 댓글 표시
I've programmed a script to run multivariate Newton's method on a non-linear function. It's usage is:
function [X]=mynewtonA(fname,x0,maxIts,tol)
fname represents the function I want to program.
I'm trying to program the following function for use in this existing function:

I'm not sure how to do this. So basically, what should be code be to produce this function in a new file that I can then call upon in my existing script?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!