Andrea Gusmara
Followers: 0 Following: 0
Feeds
質問
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 ....
約4年 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 0 件の回答 | 0
0
回答回答済み
What's the comand to get cell-array wrapped into a structure .
getfield(WalkInertial,'AccX','FW')
What's the comand to get cell-array wrapped into a structure .
getfield(WalkInertial,'AccX','FW')
約4年 前 | 0
| 採用済み
質問
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...
約4年 前 | 1 件の回答 | 0
1
回答回答済み
error in zpk function
Mu=str2num(str2mat('[3]')); Nx=str2num(str2mat('[10]')); Dx=str2num(str2mat('[10]'));
error in zpk function
Mu=str2num(str2mat('[3]')); Nx=str2num(str2mat('[10]')); Dx=str2num(str2mat('[10]'));
4年以上 前 | 0
質問
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...
4年以上 前 | 2 件の回答 | 0
2
回答質問
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 +...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 0 件の回答 | 0
0
回答回答済み
downsample 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...
downsample 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...
4年以上 前 | 0
質問
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 ...
4年以上 前 | 2 件の回答 | 0
2
回答質問
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),...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 0 件の回答 | 0
0
回答質問
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'); % ...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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]); ...
4年以上 前 | 1 件の回答 | 0