Statistik
RANG
6.897
of 295.486
REPUTATION
6
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
1
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Beantwortet
how to multiply each row in a column by different numbers
Try this if a is a column vector: |load file.txt| |a = file;| |k = [1:size(a,1)]';| |s = a.*(cosd(3.6*k));| |plot...
how to multiply each row in a column by different numbers
Try this if a is a column vector: |load file.txt| |a = file;| |k = [1:size(a,1)]';| |s = a.*(cosd(3.6*k));| |plot...
etwa 12 Jahre vor | 1
| akzeptiert
Frage
Determine maximum frequency of a discrete vector.
Hi there, If I have an nx1 vector u plotted against time, I was wondering if there is a way to determine the maximum frequenc...
etwa 12 Jahre vor | 1 Antwort | 0