need matlab code to solve this two equation theta will be 0
? need matlab code to solve this two equation theta will be 0<thete<360 i need gama and beta
Solve this two equation theta will be 0Solution
clear all
close all
clc
for theta=0:30:360
[beta,gama] =solve(\'0.08*cos(theta) = -0.19 + 0.2*sin(gama) + 0.24*cos(beta)\',\'0.08*sin(theta) = -0.07 + 0.2*cos(gama) -0.24*sin(beta)\')
end
