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. 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 ...

  4. 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.

  5. 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.

  6. GNU Octave - Wikipedia

    en.wikipedia.org/wiki/GNU_Octave

    Octave helps in solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with MATLAB. It may also be used as a batch-oriented language. As part of the GNU Project, it is free software under the terms of the GNU General Public License.

  7. 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 ...

  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. 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]

  10. List of computer simulation software - Wikipedia

    en.wikipedia.org/wiki/List_of_computer...

    FreeFem++ - Free, open-source, multiphysics Finite Element Analysis (FEA) software. Freemat - a free environment for rapid engineering, scientific prototyping and data processing using the same language as MATLAB and GNU Octave. Gekko - simulation software in Python with machine learning and optimization

  11. 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