Haraldur Blöndal Kristjánsson
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
65.585
of 295.467
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
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
Frage
Having a trouble combining two plots using hold and plot3
I have an image in .mat file and can access the matrix that cointains the x,y coordinates for the it as can be seen in the comme...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have matrix A, calculate null(A) but then A*null(A) doesn't give me 0?
%a) The traffic flow is an overdetermined system 12 variables to 9 equations A = [-1 0 0 0 0 0 0 1 0 0 0 0; 1 1 0 0 0 0 0 ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Adding a line to my plot3 of a plane
I am having a bit of a problem adding a line to my plot3 of a plane. This is my code for plotting just the plane X = Final(1,:,...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
computation on each column in matrix - projecting the Matrix onto a plane
I have this matrix R which has 10095 columns and three rows - meaning each column represents a coordinate x,y,z I am wondering ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting coordinate points using plot()
``` rng (7) n = 30; center = [0 0]; radius = 1; eps = 0.1; r = eps*rand(n,1) + radius -eps/2; A = [center(1) + r.*cos(2*p...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plot a 2D image in projected coordinate systems.
I am not sure if the title describes my problem well enough - trying to get used to the notation and things like that in linear ...
etwa 4 Jahre vor | 1 Antwort | 0