You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
422 B

clear;clc;clear all;
addpath(genpath(pwd));
%% add python(igl sdf) path
add_py_path();
% profile on
Oa=[0 0 0];
Ra=[0 0 0];
mp=Build_BearingBracket();
% profile on
top_opti(mp);
% profile viewer
save_file_name='NNew_Data/BearingBracket/BearingBracket_plot_data.mat';
eval_str=['save ',save_file_name,' mp'];
try
eval(eval_str);
catch
eval_str=[eval_str,' -v7.3'];
eval(eval_str);
end