GithubHelp home page GithubHelp logo

grseb9s / matlab-utilities Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fordanic/matlab-utilities

0.0 1.0 0.0 591 KB

This repository contains a number of different utility functions that are re-used in some of my MATLAB repositories here on GitHub. As such, the included functions might not be so existing on their own. :-) Hopefully other toolboxes published will be of greater relevance.

License: GNU General Public License v3.0

MATLAB 100.00%

matlab-utilities's Introduction

matlab-utilities

This repository contains a number of different utility functions that are re-used in some of my other MATLAB repositories here on GitHub. As such, the included functions might not be so existing on their own. :-) Hopefully other toolboxes published will be of greater relevance.

Copyright

Copyright (c) 2015 Daniel Forsberg [email protected]

Setup

To use the code available in this repository, add the following lines to your startup.m file.

addpath(''); addpath_recurse('');

setup_matlab_utilities_repository();

The last line will make sure to compile included mex-files and keep them up to date.

If you don't have a startup.m file, create it from startupsav.m. Run the 'userpath' function to determine where MATLAB looks for the startup.m file.

Content

This section provides a brief overview of the content in the different folders

dicom - This folder contains code for processing of dicom files.

external - This folder contains code from external sources that I make regular use of. Some of them can be found on MATLAB FileExchange.

io - This folder contains code for input/output (read/write)

signal-processing - This folder contains functions related to processing of scalar valued data, this includes code for 1D-4D data

util - This folder contains various utility functions

visualization - This folder contains functions related to visualization of data, regardless of dimensionality

Adding folders

When adding a new folder in the base folder make sure to update this file.

Coding standard

Basic guidelines for a simple coding standard are given in the document "Matlab Programming Style Guidelines.pdf"

Adding m-files

To create a suitable file header for new M-files, use the function create_new_m_function.

Licensing

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Source code provided in this repository is generally released under the GNU GENERAL PUBLIC LICENSE Version 3, if not otherwise stated.

matlab-utilities's People

Contributors

fordanic avatar dforsbergsectra avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.