Community Profile

photo

olivia


Last seen: 2 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Horzcat error, attempting to display a matrix 3x11
R=[148;36;49;-45;166] % 5x1 double Rvx= [ 1 0 0; 0 cos(R) sin(R); 0 -sin(R) cos(R)]; The output can have zeros where there i...

8 months ago | 1 answer | 0

1

answer

Question


BSXFUN Non-singleton dimensions of the two input arrays must match each other
SV= 5x3 double -942906.419536844 313828.010191792 -97267.0565510760 -3230319.32628628 274998.490952776 -360706.320861567 -36...

8 months ago | 1 answer | 0

1

answer

Question


For loop that executes data from an excel file, your mission should you choose to accept it
I am starting this with an apology, I am extremely new to Matlab and though I have taken 3 coding classes (Python and C) I have ...

8 months ago | 2 answers | 0

2

answers

Question


Simple array multiplication of incompatible sized arrays
I would like to multiply these two arrays of different size and I am recieving the error : "Arrays have incompatible sizes fo...

8 months ago | 1 answer | 0

1

answer

Question


Determinat of Matrix Error cannot take det 'Matrix must be square'
%Script N=numel(Latty); NED=[ -sind(Latty).*cosd(Lonny) -sind(Latty).*sind(Lonny) cosd(Latty) ; -sind(Lonny) cosd(Lon...

8 months ago | 1 answer | 0

1

answer

Question


Horzcat Error in 3x3 matrix with multiplication of Matrices
I am attempting to write this 3x3 matrix : NED=[ -sin(Latty).*cos(Lonny) -sin(Latty).*sin(Lonny) cos(Latty) ; -sin(Lonny) cos(L...

8 months ago | 2 answers | 0

2

answers

Question


Why am I getting zeros
%Latty: 38 39 37 40 39 36 39 39 38 40 35 37 38 40 40 37 36 36 39 36 40 35 39 35 39 39 35 38 39 38 ...

8 months ago | 1 answer | 0

1

answer

Question


New to GUI. I have imported and read an xlsx file into a table. The data is latitude longitude roll pitch yaw and I have an equation that calculates EL AZ given t
New to ML and GUI. I have imported and read an xlsx file into a table. The data is latitude longitude roll pitch yaw and I have ...

8 months ago | 1 answer | 0

1

answer