Skip to content
Snippets Groups Projects
Verified Commit e98f0aa1 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

doc(utils): add spacing effect

parent 3daf9f7e
No related branches found
No related tags found
No related merge requests found
Pipeline #12643 passed
function vect = spacedvector(spacing, nPoints)
% SPACEDVECTOR Returns a vector based on chosen spacing and number of points
%
% Spacing:
% - linear : points spaced linearily
% - halfcosine : more dense at beginning and end of vector
% - cosine : more dense at the beginning and more spaced out at the end
% - sine : more dense at the end and more spaced out at the beginning
%
% -----
% (c) Copyright 2022-2023 University of Liege
% Author: Thomas Lambert <t.lambert@uliege.be>
......
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