Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
297.266
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
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
Pregunta
plot graph according to matrix index
r = [cos(theta), sin(theta); -sin(theta), cos(theta)]; b = [x_mat; y_mat] a = r*b x_mat_new = a(1,:) y_mat_new = a(2,:) for...
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
unable to rotate the plot
% Rotate the axes theta = 3*pi/4; % Set theta. fprintf('Rotate the axes...\n'); [x_mat_rotated, y_mat_rotated] = rotation(x_m...
8 meses hace | 1 respuesta | 0