PRED LIU
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
32.068
of 295.448
REPUTATION
1
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
Frage
How to became my Tridiagonal matrix
B=[ 16, 2 , 3, 13;... 5 , 11, 10, 8;... 9 , 7 , 6, 12;... 4, 14, 15, 1] Ho...
mehr als 4 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to reshape my matrix A to B
How to reshape my matrix A to B ?? A(:,:,1)=[ 8, 1, 6 ;... 3, 5, 7 ;... 4, 9, 2 ] A(:,:,2)=[16, ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to fix my code with parfor-Loops array?
My code have a lot of error ,how to fix ? X = ones( 1 ,3); B = zeros( 20 ,3); p...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to count the number of "" true "" and ""false"" in matrix
matrix AAA is AAA = [... true true false true true true true true false false true false false true true ] How to kno...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to make matlab editor become colorful like octave
Any one have good idea
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get the matrix when I need a logic matrix
How to get a matrix QQQQ when I need a logic matrix AAAA AAAA=[ true true true true false true true true true true true fa...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to obtain max value form Matrix A B C , and write to Matrix D
How to obtain max value form Matrix A B C , and write to Matrix D ,as below Matrix A 1 1 6 1 17 1 23 18 1 Matrix B...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get matrix data from function ,anyone help me
Z=[ 1 3 4 ;5 3 1;3 3 3]; a=1; Qa=example(a,Z); ss=Qa(1)+Qa(2); %=====> I CAN'T get both matrix data a+Z and a*Z %% %%%m...
mehr als 4 Jahre vor | 1 Antwort | 0