Question: I need help with my MATLAB code. I am trying to calculate m in the code. I multiply ( u - b ) by A
I need help with my MATLAB code. I am trying to calculate m in the code. I multiply ub by A to get m The problem is that size of ub is by and size of A is by so size of m should by by as well, but in my case I get a by matrix. Also I have to put a dot in the code here m ubA; otherwise it shows an error. I don't know why it does that. can you help me fix the code
u ;
Hard iron offset assume known or estimated
b ; Example offset
B meanu;
R ubBub;
A realsqrtmR;
m ubA;
sizeub
sizeA
sizem
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
