photo

Aagam Jain


Last seen: más de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

2 Preguntas
0 Respuestas

CLASIFICACIÓN
32.109
of 300.379

REPUTACIÓN
1

CONTRIBUCIONES
2 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.299

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 5 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas