photo

gowshya


Last seen: 7 månader ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 månader ago | 1 answer | 0

1

answer

Question


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 månader ago | 0 answers | 0

0

answers

Question


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 månader ago | 1 answer | 0

1

answer