Location: 12 L Platform 1 model codes @ 2ae481c9670d / USMC / Maggio2012 / triangle.m

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-05-24 11:23:25+12:00
Desc:
uploaded models developed for EP1,2 and 3 model files for airway ftu, skeltal FTU and USMC.
Permanent Source URI:
http://models.cellml.org/workspace/6b0/rawfile/2ae481c9670d8fc4964ad15811c1d67aacc9053b/USMC/Maggio2012/triangle.m

% The usage is the same as sin(2*pi*f*t)
function y = triangle(t)
y = abs(mod((t+pi)/pi, 2)-1);