Statistiques
4 Questions
0 Réponses
RANG
247 382
of 301 555
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 21 323
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 367
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
iztrans giving unexpected outputs
My textbook says that the invers Z transform is My code says the invers is simply k syms z k E1 = z/((z-1)^2); e1_k=...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Fourier Transform of e^jkt, not giving an answer
This is the code syms t w K S=exp(K*j*t) F = fourier(S,t); disp(F) This is the output F =fourier(exp(Y*t5*1i), t5, t) ...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
I want to find the least negative non positive number in a vector
If I had a set like [-10 , -5 , -1 , -0.1 , 0 , 1 , 2 , 3 , 4 , 5] How could I write something to find -0.1 and print out it...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to get the sum of each row in a matrix.
The last line in this sums each row in the matrix, is their a way to tell it to do that with out having to type out a sum for ea...
environ 2 ans il y a | 1 réponse | 0
