photo

Harshit Sangwan


Last seen: 3 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
3 个回答

排名
236,815
of 302,124

声誉
0

贡献数
2 个提问
3 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 179,242

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


how to design a microstrip patch antenna using matlab ?
c = 3*10^8; m = 1; n = 1; pp = 1; E = 12.8; a = 10*10^-3:0.1*10^-3:30*10^-3; b = 10*10^-3; d = 10*10^-3; f = zeros(1,l...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
what is simple stop and wait protocol ? Can you please share the code also.
clear all; close all; clc; n=200; service=zeros(n,1); arrival=zeros(n,1); lam=5; %change lamda from here u=2; ...

3 years 前 | 0

已回答
what is simple stop and wait protocol ? Can you please share the code also.
close all; clear all; clc; n=10; w=3; while w>=n w=input('Invalid Window size - Cannot be bigger than or equa; to numb...

3 years 前 | 0

已回答
what is simple stop and wait protocol ? Can you please share the code also.
close all; clear all; clc; n = 10; %number of frames i = 1; while i<n fprintf('Transmitting frame %d\n',i); s = r...

3 years 前 | 0

提问


what is simple stop and wait protocol ? Can you please share the code also.
please explain simple stop and wait protocol

3 years 前 | 3 个回答 | 0

3

个回答