Community Profile

photo

Soham Jadhav


2017 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Please someone solve the error of unexpected error at x=D./2f
clear all; close all; clc; n=1.49; D=0.1:.02:0.3; f=0.2; x=D./2f; NA=n*sin(atan(x)); plot(D,NA); xlab...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Please someone solve me error of matrix dimension for focal lengths equation
clear all; close all; clc; n1=1.49; n2=1:.1:2.42; r1=.25; r2=.50; f=(((n1/n2)...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How do is solve the problem of ' subscripted assignment dimension mismatch' in below code
lambda=0:1:10; t=20; MTBF=lambda.^-1; R(t)=exp(-t./MTBF); MTTF=MTBF-t; plot(MTBF,lambda,R(t),lambda,'--',MTTF,lam...

6年以上 前 | 1 件の回答 | 0

1

回答