photo

Soham Jadhav


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
250,918
of 301,153

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,067

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

8 years 前 | 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)...

8 years 前 | 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...

8 years 前 | 1 个回答 | 0

1

个回答