Community Profile

photo

Aagam Jain


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 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...

4年弱 前 | 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...

約4年 前 | 2 件の回答 | 0

2

回答