Haraldur Blöndal Kristjánsson
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
65,605
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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,:,...
4 years ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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 ...
4 years ago | 1 answer | 0