Statistik
RANG
149.245
of 300.369
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.936
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.436
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 do I plot two distributions on top of each other?
You can write the plot command with the two variables that you have. plot(data,density,data,distribution) You can change the t...
How do I plot two distributions on top of each other?
You can write the plot command with the two variables that you have. plot(data,density,data,distribution) You can change the t...
etwa 4 Jahre vor | 0
Frage
How can I create variables from a matrix (4 x m), so that every column is a variable ? In the code I have 2 elements (N=2), but I need to do it also with 6, 8 10 elements.
N=2; % elements L=1/N; L=zeros(1,N)+L; y=0:L:1; Nf=NaN; syms x NaN for i=1:length(y) if i-1==0 fa(i)=NaN;...
etwa 4 Jahre vor | 0 Antworten | 0
