photo

Haraldur Blöndal Kristjánsson


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
74,807
of 297,457

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答