Andrea Gusmara
Followers: 0 Following: 0
Statistics
RANK
203.581
of 295.467
REPUTATION
0
CONTRIBUTIONS
13 Questions
3 Answers
ANSWER ACCEPTANCE
69.23%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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 ....
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 4 jaar ago | 0 answers | 0
0
answersWhat's the comand to get cell-array wrapped into a structure .
getfield(WalkInertial,'AccX','FW')
ongeveer 4 jaar ago | 0
| accepted
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...
ongeveer 4 jaar ago | 1 answer | 0
1
answererror in zpk function
Mu=str2num(str2mat('[3]')); Nx=str2num(str2mat('[10]')); Dx=str2num(str2mat('[10]'));
meer dan 4 jaar ago | 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...
meer dan 4 jaar ago | 2 answers | 0
2
answersQuestion
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 +...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersdownsample 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...
meer dan 4 jaar ago | 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 ...
meer dan 4 jaar ago | 2 answers | 0
2
answersQuestion
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),...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
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'); % ...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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]); ...
meer dan 4 jaar ago | 1 answer | 0