Thanks Alex. In my actual code (see below), I can't seem to get this to work for the output variables (i.e., ThetaInDegrees_a, ThetaInDegrees_b, ThetaInDegrees_c), where I need 10 angles for each pt (10 x 953). Can you help with me this? Thanks in advance for any help you could offfer.
close all;
clearvars;
load('F_points.mat');
load('fpep.mat');
xy = F_points';
n = 10; % Find the n closest values (excluding the point selected)
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.