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 year 前 | 0 个回答 | 0