Community Profile

photo

Soham Jadhav


Active since 2017

Statistics

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer