Software Listing of Author : "Dmitry"
- BCC Cluster
- License: Freeware
- Price: 0.00


function [Xcoord,Ycoord,Zcoord] = bcc_cluster(L,M,a) generates coordinates of atoms inside bcc-cluster (base-centered-cubic) with cuboctatruncated shape (hovewer one can change from {111} to {110} truncation) it's arguments: L,M - parameters of cluster (L - size of the cluster, number of unit cells along three mutually perpendicular directions commensurate with lattice parameter, M - truncation degree, how many planes corresponding to the truncation remain in cluster) a - lattice parameter output parameters: Xcoord, Ycoord, Zcoord - coordinates of atoms
- Platform: Matlab, Scripts
- DM3 Slice Player
- License: Shareware
- Price:


This small GUI enables to look through different slices in 3D data stack of DM3 format (Digital Micrograph)
- Platform: Matlab, Scripts
- FCC Cluster
- License: Freeware
- Price: 0.00


function [Xcoord,Ycoord,Zcoord] = fcc_cluster(L,M,a) generates coordinates of atoms inside fcc-cluster (face-centered-cubic) with cuboctatruncated shape (hovewer one can change from {111} to {110} truncation) it's arguments: L,M - parameters of cluster (L - size of the cluster, number of unit cells along three mutually perpendicular directions commensurate with lattice parameter, M - truncation degree, how many planes corresponding to the truncation remain in cluster) a - lattice parameter output parameters: Xcoord, Ycoord, Zcoord - coordinates of atoms
- Platform: Matlab, Scripts
- Generation of 2D fractal trees
- License: Shareware
- Price:


% This function allow you to bild fractal trees % by using modified algorithms based on the so-called Kantor`s array % and method of inverse trace % These methods allow you to economise time and computer memory % considerably % It`s arguments: % Fraktal(n,r,phi,xb,yb) % n - number of iterations % r - scale factor % in case of nonuniform fractals where different scale-factors take % place, r may be vector (in this case the lengths of r and phi must be equal) % phi - vector of angles in fractal generator that are calculated % relative to the horizontal axis connecting end points of generator % xb and yb - coordinates of trunk % % For example for famous Pifagorus`s tree in it`s vertical position the call of this function is % so: % FraktalT(n,0.5,[pi/4,-pi/4],[0,0],[0,1]) % n is recommended to be in range 1..12 not to call the overloaded...
- Platform: Matlab, Scripts
- Generation of 3D fractal trees
- License: Shareware
- Price:


% This function allow you to build 3D-fractal trees % by using modified algorithms based on the so-called Kantor`s array % and method of inverse trace % These methods allow you to economise time and computer memory % considerably % It`s arguments: % FraktalTM3D(n,r,phi,chi,xb,yb,zb) % n - number of iterations % r - scale factor % in case of nonuniform fractals where different scale-factors take % place, r may be vector % phi - vector of azimuth angles in fractal generator that are calculated % chi - vector of polar angles in fractal generator relative to the % trunk % xb, yb and zb - coordinates of trunk % % For example for famous Pifagorus`s tree in it`s vertical position the call of this function is % so: % FraktalTM3DM(n,[0.5,0.8,0.8],[0,2*pi/3,4*pi/3],[pi/3,pi/3,pi/3],[0,0],[0,0],[0,1]) % n is recommended to be in range 1..10 not...
- Platform: Matlab, Scripts
- Mackay-Icosahedron
- License: Shareware
- Price:


This function generates so called Mackay-Icosahedron. In this function it's possible to change distance between atoms (bonding length) number of shells and also composition of two different kinds of atoms Use following piece of code to visualise the particle: radius = 1; details = 15; for i=1:size(X,1) [X_mesh,Y_mesh,Z_mesh] = ellipsoid(X(i),Y(i),Z(i),radius,radius,radius,details); s(i) = surface(X_mesh,Y_mesh,Z_mesh); set(s(i),'EdgeColor','none','Tag',strcat('atom_',int2str(i))); if(type(i)==1) set(s(i),'FaceColor','red'); else set(s(i),'FaceColor','blue'); end end axis equal axis off light lighting gouraud
- Platform: Matlab, Scripts
- Taxotouch
- License: Freeware
- Price: 0.00


This module help you navigation in taxonomy. On a separate page display list of all terms from your vocabularys. If you selected one, two or more terms will be output every nodes that is associated with it.
- Platform: PHP, Scripts
