olivia
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
228,185
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
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
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 2 answers | 0
2
answersQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 2 answers | 0
2
answersQuestion
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 ...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 1 answer | 0