photo

Aagam Jain


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
0 个回答

排名
32,117
of 300,028

声誉
1

贡献数
2 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,043

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Calculate vowels consonants spaces numbers in a sentence
clc close all cons=0; vowels=0; spaces=0; num=0; sp=0; strg=input('Given string is : ','s'); l=strlength(strg); for i=1...

5 years 前 | 3 个回答 | 1

3

个回答

提问


How to create animation of wave pattern h(x,y,t) = Acos(2*pi*t/T-2*pi*x/L) with T=4s , L=12m, -300<=x<=300, -300<=y<=300 , 0<=t<=20
clc clear all A=1; T=4; L=12; syms t t=0:1:20; x=-300:10:300; H=A*cos(2*pi*t/(T)-2*pi*x/(L)) for k=1:length(t) plo...

5 years 前 | 2 个回答 | 0

2

个回答