Statistik
6 Fragen
0 Antworten
RANG
128.152
of 301.552
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 21.321
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 175.320
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
How do I fill a rectangle (or circle) in a matrix?
Imagine the following matrix. 1 1 1 1 1 1 1 1 1 1 1 1 10 10 10 ...
fast 10 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
I have a for loop that creates multiple matrices (filled circles) within a bigger matrix. These matrices can overlap. If they do, they should be added. How to do this?
I wrote the following code to draw circles in a bigger matrix. The for loop creates a new circle and plots it somewhere in the b...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have a for loop that creates multiple matrices within a bigger matrix. These matrices can overlap. If they do, they should be added. How to do this?
I wrote the following code to draw circles in a bigger matrix. The for loop creates a new circle and plots it somewhere in the b...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have two vectors A and B. Also I have a matrix K. I want to use the vectors A and B as coordinates in K. How do I do that?
K=zeros(30, 30); A=[2 3 5 6 8]; B=[5 6 3 7 8]; --- I want to change some zeros in K to 30. This should happen on the f...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
sub2ind gives an error: Error using sub2ind (line 43) Out of range subscript. How to solve this?
I have got the following code: --- K=zeros(100,100); theta=0:.1:7; radius=10; [X,Y] = pol2cart(theta,ra...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I make a grey matrix, that contains a filled circle?
I have an assignment for my Matlab class in which I have to make a grey matrix (all locations have value 100). In this matrix th...
fast 10 Jahre vor | 2 Antworten | 0
