New AToM Live Script Released!
Design of Self-resonant Meanderline Antennas:
Download the example, open and run "Meanderline.mlx".
AToM version 1.3
The new version of AToM was released and it is available for download. List of changes folows: a
New feature in AToM!
Transform matrix of integers to pixelized mesh easily! Use followed code to generate randomly pixelized rectangle.
Implementation: Download here and copy function pixelGridToMesh into namespace +models/+utilities/+meshPublic. The function will be implemented in upcoming AToM v1.2.
clear; clc; close all;
M = 2*ones(5, 10);
M(randperm(50, 20)) = 0;
Mesh = models.utilities.meshPublic.pixelGridToMesh(M, 1);
hndl = results.plotMesh(Mesh, 'options', struct('showTriangles', true));
New feature in AToM!
Calculate more modes than ever with a novel procedure implemented in AToM!
Download the example to grasp how it works.
AToM at European school of Antennas
AToM was used at European school of Antennas focused on Characteristic modes.
AToM v1.1
The new version of AToM was released and it is available for download. List of changes folows: a