DIY Life Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 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 ...

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

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

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

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

  8. List of numerical-analysis software - Wikipedia

    en.wikipedia.org/wiki/List_of_numerical-analysis...

    FreeMat, an open-source MATLAB-like environment with a GPL license. GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command-line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible ...

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

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

  11. Robotics Toolbox for MATLAB - Wikipedia

    en.wikipedia.org/wiki/Robotics_Toolbox_for_MATLAB

    The Robotics Toolbox is MATLAB toolbox software that supports research and teaching into arm-type and mobile robotics. While the Robotics Toolbox is free software, it requires the proprietary MATLAB environment in order to execute. The Toolbox forms the basis of the exercises in several textbooks.