photo

gowshya


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


I want b value only but unrecognizied value are variable b ..B can be find only through trail and error with out any intiate value of b ??
p = 0:15; % Define the constants r = 1.4; m = 1.6; % Loop through each value of p for i = 1:length(p) % Define t...

10개월 전 | 답변 수: 1 | 0

1

답변

질문


i need b value for every p using trial and error method
m=1.6; r=1.4; p=[1:1:14]; tan[p]=[2*cot[b]]*[[m.^2*sin[b]*sin[b]-1]/[m.^2[r+cos[2*b]]+2]]; disp(b)

10개월 전 | 답변 수: 0 | 0

0

답변

질문


whats the problem in error 11
clc clear all s=[0 0.2 0.4 0.6 0.8 1]; y=[0 0.74 0.96 0.98 0.81 0]; x=[0 0.63 0.77 0.86 0.93 1]; t=[ 3.12 1.91 1.43 1.17 1...

11개월 전 | 답변 수: 1 | 0

1

답변