Skip to content

mesh creating issue #18

@ezgiertunc

Description

@ezgiertunc

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');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions