solve with known variables
이전 댓글 표시
Probobly basic but I've been trying for hours with Googleing and trying different things. Any help would be appricated.
All I'm trying to do is substitute the known variables (a,b,c) into eqn2 in this case and I cannot get S to spit out 1000 as I think it should.
Code:
a = -500;
b = 433;
c = -866;
syms a b c
eqn2 = (-0.5*a-0.866*c) == 1000;
S = solve(eqn2,[a,c])
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!