![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20748150_1609425739471_DEF.jpg)
aman ch
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
98 436
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to find the sum of 3 vectors of different sizes
function [Z]=My_func(a,b,c); v1=[9 0 -7 5 3 8 -10 4 2]; a=sort(v1) v2=[3 6 -2 4 1 0]; b=sort(v2) v3=[4 1 4]; c=sort(v3) Z...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
i can not get the convolution of two unit step signal correct
%conv command step = 0.01; t1 = 0:step:3; t2 = 3:step:5; t = [t1 t2]; x1 = ones(size(t1)); x2 = ones(size(t2)); x = [x1,x...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
why i am not getting fourier transform plot using ezplot command
syms t w X = 1/(1+(1i.*w)); subplot(3,1,1) ezplot(X,[-9 9]); title('original signal'); %inverse Fourier transform X1 =...
plus de 3 ans il y a | 1 réponse | 0