Statistik
1 Frage
0 Antworten
RANG
65.768
of 301.275
REPUTATION
0
BEITRÄGE
1 Frage
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.216
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.777
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I have a marix of zeros(100*100) and i have 5 values of rows and cols in rc.(getting these values from another function). Now i want to make a new matrix B of same size as A(100*100) and want ones on that rows and cols provided by rc and zeros else.
A =zeros(100,100); [r c] =rc; %values of rc changes everytime %example values of rc = [2 5; 3 5; 7 9; ...
etwa 10 Jahre vor | 1 Antwort | 0
