By The MathWorks

Show description

Read Online or Download MATLAB Builder for Excel PDF

Best software: systems: scientific computing books

Intuitive Probability and Random Processes using MATLAB

Intuitive likelihood and Random procedures utilizing MATLAB® is an creation to likelihood and random procedures that merges conception with perform. according to the author’s trust that basically "hands-on" event with the cloth can advertise intuitive figuring out, the process is to inspire the necessity for idea utilizing MATLAB examples, through concept and research, and eventually descriptions of "real-world" examples to acquaint the reader with a large choice of purposes.

Elektromagnetische Felder und Netzwerke: Anwendungen in Mathcad und PSpice

Thema des Buches ist die umfassende Darstellung der Berechnung elektromagnetischer Felder und Netzwerke unter besonderer Berücksichtigung moderner Computerprogramme, speziell Mathcad und PSpice. Zielgruppe sind Studenten der Elektrotechnik oder Physik der Hochschul-Eingangssemester, aber auch Dozenten, die sich in die Anwendung dieser Programmpakete einarbeiten wollen.

Gewöhnliche Differentialgleichungen: Theorie und Praxis - vertieft und visualisiert mit Maple®

Die Theorie der Gewöhnlichen Differentialgleichungen ist ein grundlegendes und unverändert aktuelles Gebiet der Mathematik. Das vorliegende Buch führt nicht nur äußerst sorgfältig und umfassend in die Theorie ein, sondern vermittelt auch aufgrund der zahlreichen vollständig durchgerechneten Beispiele einen Einblick in deren Anwendungspraxis.

Extra resources for MATLAB Builder for Excel

Sample text

All input and output arguments are typed as Variant, the default Visual Basic data type. The Variant type can hold any of the basic VBA types, arrays of any type, and object references. Appendix B, “Data Conversion” describes in detail how to convert Variants of any basic type to and from MATLAB data types. In general, you can supply any Visual Basic type as an argument to a class method, with the exception of Visual Basic UDTs. You can also pass Excel Range objects directly as input and output arguments.

This opens the VB Code window with the code for this project. 4-6 Magic Square Examples Figure 4-6: Visual Basic Code Window 4-7 4 Usage Examples Using Multiple Files and Variable Arguments The M-file, myplot, takes a single integer input and plots a line from 1 to that number. The M-file, mysum, takes an input of varargin of type integer, adds all the numbers, and returns the result. The M-file, myprimes, takes a single integer input n and returns all the prime numbers less than or equal to n.

4-8 Using Multiple Files and Variable Arguments Figure 4-7: Empty New Project Settings Dialog On the New Project Settings dialog, enter the settings as listed below. • In the Component name text block enter the component name xlmulti. Press the Tab key to move to the Class name text block. • This automatically fills in the Classes field with the name xlmulticlass. Leave this text in the Classes field. 0. Leave this version as is. • The Project directory field contains a default of a combination of the directory where Excel builder was started, \work, and the Component name, xlmulti.

Download PDF sample

MATLAB Builder for Excel by The MathWorks
Rated 4.73 of 5 – based on 17 votes