![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17073848_1576059780429_DEF.jpg)
Andrea Gusmara
Followers: 0 Following: 0
Statistiques
RANG
170 497
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
69.23%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ....
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponseWhat's the comand to get cell-array wrapped into a structure .
getfield(WalkInertial,'AccX','FW')
plus de 4 ans il y a | 0
| A accepté
Question
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseerror in zpk function
Mu=str2num(str2mat('[3]')); Nx=str2num(str2mat('[10]')); Dx=str2num(str2mat('[10]'));
plus de 4 ans il y a | 0
Question
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...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 +...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
0
réponsedownsample 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...
plus de 4 ans il y a | 0
Question
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 ...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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),...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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'); % ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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]); ...
presque 5 ans il y a | 1 réponse | 0