Feeds
질문
I am working on maxima and minima of multi variables.getting multiple same errors "Variable appears to change size on every loop iteration. Consider preallocating for speed"
clc clear clear all syms x y f(x,y) = input('Enter the function f(x,y):'); p = diff(f,x); q=diff(f,y); [ax,ay] = solv...
1년 초과 전 | 답변 수: 0 | 0