photo

Haraldur Blöndal Kristjánsson


Last seen: más de 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
74.807
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

Feeds

Ver por

Pregunta


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...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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,:,...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta