photo

gowshya


Last seen: 2년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
0 답변

순위
190,852
of 302,019

평판
0

참여
3 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,503

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,155

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
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...

거의 3년 전 | 답변 수: 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)

거의 3년 전 | 답변 수: 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...

거의 3년 전 | 답변 수: 1 | 0

1

답변