DIY Life Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. MATLAB - Wikipedia

    en.wikipedia.org/wiki/MATLAB

    The following code, excerpted from the function magic.m, creates a magic square M for odd values of n (MATLAB function meshgrid is used here to generate square matrices I and J containing ): [J,I] = meshgrid(1:n); A = mod(I + J - (n + 3) / 2, n); B = mod(I + 2 * J - 2, n); M = n * A + B + 1;

  3. List of open-source software for mathematics - Wikipedia

    en.wikipedia.org/wiki/List_of_open-source...

    SageMath is designed partially as a free alternative to the general-purpose mathematics products Maple and MATLAB. It can be downloaded or used through a web site. SageMath comprises a variety of other free packages, with a common interface and language. SageMath is developed in Python.

  4. List of finite element software packages - Wikipedia

    en.wikipedia.org/wiki/List_of_finite_element...

    MATLAB FEM and PDE multiphysics simulation toolbox: Precise Simulation: 1.10: 2019-05-17: Proprietary EULA: Free for personal use: Windows, Mac OS X, Linux, Unix: FreeFEM: FreeFEM is a free and open-source parallel FEA software for multiphysics simulations.

  5. FreeMat - Wikipedia

    en.wikipedia.org/wiki/FreeMat

    FreeMat is a free open-source numerical computing environment and programming language, similar to MATLAB and GNU Octave. In addition to supporting many MATLAB functions and some IDL functionality, it features a codeless interface to external C , C++ , and Fortran code, further parallel distributed algorithm development (via MPI ), and has ...

  6. Simulink - Wikipedia

    en.wikipedia.org/wiki/Simulink

    Simulink is a MATLAB-based graphical programming environment for modeling, simulating and analyzing multidomain dynamical systems. Its primary interface is a graphical block diagramming tool and a customizable set of block libraries. It offers tight integration with the rest of the MATLAB environment and can either drive MATLAB or be scripted ...

  7. SageMath - Wikipedia

    en.wikipedia.org/wiki/SageMath

    www .sagemath .org. SageMath (previously Sage or SAGE, "System for Algebra and Geometry Experimentation" [3]) is a computer algebra system (CAS) with features covering many aspects of mathematics, including algebra, combinatorics, graph theory, group theory, differentiable manifolds, numerical analysis, number theory, calculus and statistics .

  8. pvlib python - Wikipedia

    en.wikipedia.org/wiki/Pvlib_python

    pvlib python is based on PV_LIB MATLAB which was originally developed in 2012 at Sandia National Laboratories as part of the PV Performance Modeling Collaborative (PVPMC) [4] by researchers Josh Stein, Cliff Hansen, and Daniel Riley. In August 2013, Rob Andrews made the first open source commit on GitHub and began porting the MATLAB version to ...

  9. Scilab - Wikipedia

    en.wikipedia.org/wiki/Scilab

    As the syntax of Scilab is similar to MATLAB, Scilab includes a source code translator for assisting the conversion of code from MATLAB to Scilab. Scilab is available free of cost under an open source license. Due to the open source nature of the software, some user contributions have been integrated into the main program. Syntax

  10. Neurophysiological Biomarker Toolbox - Wikipedia

    en.wikipedia.org/wiki/Neurophysiological...

    The Neurophysiological Biomarker Toolbox ( NBT) is an open source MATLAB toolbox for the computation and integration of neurophysiological biomarkers (e.g., biomarkers based on EEG or MEG recordings). [1] The NBT toolbox has so far been used in seven peer-reviewed research articles, and has a broad user base of more than 1000 users. [2]

  11. OpenCV - Wikipedia

    en.wikipedia.org/wiki/OpenCV

    OpenCV ( Open Source Computer Vision Library) is a library of programming functions mainly for real-time computer vision. [2] Originally developed by Intel, it was later supported by Willow Garage, then Itseez (which was later acquired by Intel [3] ). The library is cross-platform and licensed as free and open-source software under Apache ...