Hi,
I try to create mesh with create_mesh function in toolbox. It is working but created mesh struct doesn't include link,meas and source. This causes that I am not able to use load_mesh function with created mesh. How can I suppose to create Circle mesh. My code is below.
Best regards.
close all;
clear all;
clc;
sizevar.xc = 0;
sizevar.yc = 0;
sizevar.r = 100; % mm
sizevar.dist = 0.3;
mesh_create = create_mesh('100mm_circle_mesh','Circle',sizevar,'stnd');
Hi,
I try to create mesh with create_mesh function in toolbox. It is working but created mesh struct doesn't include link,meas and source. This causes that I am not able to use load_mesh function with created mesh. How can I suppose to create Circle mesh. My code is below.
Best regards.
close all;
clear all;
clc;
sizevar.xc = 0;
sizevar.yc = 0;
sizevar.r = 100; % mm
sizevar.dist = 0.3;
mesh_create = create_mesh('100mm_circle_mesh','Circle',sizevar,'stnd');