Search results
Results From The WOW.Com Content Network
Download QR code; Print/export Download as PDF; Printable version; In other projects Wikidata item; ... Pages in category "Articles with example MATLAB/Octave code"
Year Name Authors References Language Short Description 1983 BHMIE [3]: Craig F. Bohren and Donald R. Huffman [1]Fortran IDL Matlab C Python "Mie solutions" (infinite series) to scattering, absorption and phase function of electromagnetic waves by a homogeneous sphere.
Matlab and Octave GUI Documentation: user guides, reference manuals, API documentation, application libraries with solved examples, online tutorials examples, miniapps, Doxygen, online documentation User doc, tutorials, demos, developer's guide extensive tutorials, video lectures, Doxygen
MATLAB (an abbreviation of "MATrix LABoratory" [18]) is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks.MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages.
FEATool Multiphysics is a fully integrated physics and PDE simulation environment where the modeling process is subdivided into six steps; preprocessing (CAD and geometry modeling), mesh and grid generation, physics and PDE specification, boundary condition specification, solution, and postprocessing and visualization.
Consider the following MATLAB code: x = 0 : 999 ; % Create an array of numbers from 0 to 999 (range is inclusive) y = sin ( x ) + 4 ; % Take the sine of x (element-wise) and add 4 to each element The same syntax can be achieved in C++ by using function and operator overloading:
3.1 Direction field code in GNU Octave/MATLAB. ... 3.4 Example code for SageMath [4] 4 Examples. 5 See also. 6 References. ... Download QR code; Print/export
GNU Octave is a scientific programming language for scientific computing and numerical computation.Octave helps in solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with MATLAB.