Andrea Gusmara
Followers: 0 Following: 0
Estadística
13 Preguntas
3 Respuestas
CLASIFICACIÓN
203.581
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
69.23%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Can i trasform a complex double into euler representation
Hi to everyone , I'm working with a kalman filter for heading estimation . I'm using quaternion for estimating the orientation ....
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i draw a movement relative to the room with orientation and acceleration relative to Sensor reference system?
I have the relative , to first sample , orientation data for each sample , orientation expressed in quaternion . And the relati...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasWhat's the comand to get cell-array wrapped into a structure .
getfield(WalkInertial,'AccX','FW')
alrededor de 4 años hace | 0
| aceptada
Pregunta
What's the comand to get cell-array wrapped into a structure .
>> WalkInertial.AccX.FX Expected one output from a curly brace or dot indexing expression, but there were 20 results. WalkIn...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaerror in zpk function
Mu=str2num(str2mat('[3]')); Nx=str2num(str2mat('[10]')); Dx=str2num(str2mat('[10]'));
más de 4 años hace | 0
Pregunta
error in zpk function
kkd Hi to everyone , i can't understand why matlab printthis error message "The value of the "K" property must be a numeric ar...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
how can i delete a quiver3 object
hi to everyone I would like to ask you how do I remove these three quiver3 objects from my patch surf=gca; xlim(surf,[-30 +...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
i' can't delete a quiver object from my patch
clear all close all %% SPAZIO LAVORO %regolo i limiti degli assi dello spazio surf=gca; xlim(surf,[-30 +30]); xla...
más de 4 años hace | 0 respuestas | 0
0
respuestasdownsample from image 360*640 to 180*320
Thanks you for your answer. For the second question, is there any function that permits to read more frames? I have seen the fun...
más de 4 años hace | 0
Pregunta
downsample from image 360*640 to 180*320
hi to everyone , I would to ask two question . the first is place in the title , and i know that i'm going to lose data , but i ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
how can i modify the color of specifc vector and add a label in quiver3
Hi to everyone, i wolud like to understand if I can change the color of quiver3 arrows and add a label. q_w=quiver3(zeros(3,1),...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
trasformation of a unit vector quiver3
Hi everyone , i would like to know if it is possibile to obtain a trasformation of quiver3 object . I have a normal quiver3 obje...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I create a unique patch object
I would like to create a unique object p (patch) so as to preserve some features like faces' color and surface , upon wich i can...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
I can't change polygon faces's color
surf=gca; xlim(surf,[-15 +15]); xlabel('x'); zlim(surf,[-15 +15]); zlabel('z'); ylim(surf,[-15 +15]); ylabel('y'); % ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Unable to convert expression into double array.
syms fi ; syms theta; syms psi; rM=[cos(fi)*cos(theta)*cos(psi)-sin(fi)*sin(psi) -cos(fi)*cos(theta)*sin(psi)-sin(fi)*cos...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
I don't see the changes using xlim with patches by drawing a surface
When i try to patch a parallelogram , i can't see the changes due to the instruction xlim . surf=axes; xlim(surf,[-20 +15]); ...
más de 4 años hace | 1 respuesta | 0