필터 지우기
필터 지우기

Variable q8L, q8y, q8x,q8f must be of siize [6,1] it is currently of size [8,1]

조회 수: 2 (최근 30일)
lateef
lateef 2024년 3월 14일
댓글: Torsten 2024년 3월 14일
syms x y L
f(x,y)=(x*y)^2;
g(x,y)=x^2+y^2-16;
firstpart=jacobian(f(x,y),[x,y])-L*jacobian(g(x,y),[x,y])
firstpart = 
[q8L,q8x,q8y]=solve([firstpart,g])
q8L = 
q8x = 
q8y = 
q8f=subs(f(x,y),{x,y},{q8x,q8y})
q8f = 
  댓글 수: 5
lateef
lateef 2024년 3월 14일
if anyone can let me know how to fix this eror im getting id appreciate it thank you

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by