Skip to content
Snippets Groups Projects
Commit c8e257f0 authored by bepi's avatar bepi
Browse files

modified with date and writer

parent 255e2f9f
No related branches found
No related tags found
No related merge requests found
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% Demo
close all
clear
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% export points to inp
samples = {'out_out_CD','out_out_MD','in_in_CD','in_in_MD'};
degree = {'0','45','90','180'};
......
function [out1,out2,out3] = ginputWhite(arg1)
% The code is modified by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%GINPUT Graphical input from mouse.
% [X,Y] = GINPUT(N) gets N points from the current axes and returns
% the X- and Y-coordinates in length N vectors X and Y. The cursor
......
function cost = smoothsurface_cost(V,mu,std,s1,s2)
% The code is modifed by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
% abda@dtu.dk
if nargin == 1
......
function ele = elements_mesh(mesh)
% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version
% 2020.04.10
sz0 = size(mesh);
ny = sz0(1);
nz = sz0(2);
......
function write_mesh(nodes,elements,filename)
% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version
% 2020.04.10
fid = fopen([filename,'.inp'],'w');
[~,name,~] = fileparts(filename);
fprintf(fid,'*Part, name=%s \n',name);
......
function hout=suptitle_modified(str,interpreter)
% The code is modified by Behnaz Pirzamanbein, bepi@dtu.dk last version
% 2020.04.10
%SUPTITLE puts a title above all subplots.
%
% SUPTITLE('text') adds text to the top of the figure
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% detecting layers
% create result folder
save_folder = 'Results\layer\';
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% fix the meaure distance plot same xlim and ylim and also caxes
samples = {'out_out_CD','out_out_MD','in_in_CD','in_in_MD'};
degree = {'0','45','90','180'};
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% move from pipeline to here to select the points
save_folder = 'Results\point\';
if ~exist(save_folder,'dir')
mkdir(save_folder)
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% measuring the distance betwee two sruface and length of each surface
addpath(genpath('.\Functions'))
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% summing over 10 pixels along normal direction of the smoothed surface
addpath(genpath('.\Functions'))
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% registration
samples = {'out_out_CD','out_out_MD','in_in_CD','in_in_MD'};
......
%% The code is written by Behnaz Pirzamanbein, bepi@dtu.dk last version 2020.08.04
%% Transformation
addpath(genpath('.\Functions'))
samples = {'out_out_CD','out_out_MD','in_in_CD','in_in_MD'};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment