Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

MATLAB®

This is essentially the program eqbrm (Anderson and Crerar, 1993, Appendix E) written in matlab . It uses input prepared by a spreadsheet and is easily modified to handle multiple inputs. [Pg.612]

The spreadsheet input for the CO2 speciation in Chapter 16 looks like this  [Pg.616]

Only the number matrix is copied to Matlab the labels are for clarity. [Pg.616]

The program assumes that H+ is the species in column 1. If it is not, edit the last line of the program so that the reported pH uses a different column number. [Pg.616]

Rows 11 and 12 are optional. If they are included, the program uses the extended form of the Debye-Hiickel equation. If only one number is entered (in column 1) in row 10, it is intepreted as the A term in the Davies equation, and that is used, as in the original eqbrm. [Pg.616]

There are many numerical software products available, both commerical and open-source. It is good practice to use the available algorithms for solving ODFs and PDFs rather than to develop new ones from scratch. In this section we Ust some of most popular algorithms in MATLAB, since it is used widely in both academia and industry. Another popular software product is GNU Octave (freeware). Besides these software products, there is a series of useful books on numerical analysis, Numerical Recipes.  [Pg.114]

Methods for solving BVPs and PDFs are summarized in Table 6.6. The standard Matlab installation has one PDF solver. But there is also a toolbox for solving PDFs [Pg.114]

Solver Explicit/ implicit Single step/ multi-step Non- stiff/stiff Accuracy Method [Pg.115]

For the convenience of MATLAB beginners, we list some other usefiil algorithms in the Tables 6.7 and 6.8. Some of these algorithms and commands might assist in completing the practice problems. [Pg.115]

Linear equation systems can be solved with the linsolve algorithm. Various postprocessing and visualization commands are available, as shown in Table 6.8. [Pg.115]

Menu bar Contains the commands you can use to perform certmn tasks, for example, to save your workspace or to change the View settings. [Pg.420]

Current Directory Shows the active directory, but you can also use it to change the directory. [Pg.420]

Current Directory wind.ow Shows all files, their types, sizes, and descriptions in Current Directory. [Pg.420]

Moving window outside the desktop Clicking on this icon will move the window outside the desktop. [Pg.420]

To get started, select WATLftB Help or Oetaos from t [Pg.421]


Box-Jenkins model is chosen for building up a TF for identification of the material. MATLAB 5.0 was used for calculation of characteristics of the model. In the Figure 5 the main results of modeling are presented. [Pg.192]

After the assembling of the stochastic matrix Pd we have to solve the associated non-selfadjoint eigenvalue problem. Our present numerical results have been computed using the code speig by Radke AND S0RENSEN in Matlab,... [Pg.109]

Using a program such as MATLAB, these are easily calculated. [Pg.465]

The holistic thermodynamic approach based on material (charge, concentration and electron) balances is a firm and valuable tool for a choice of the best a priori conditions of chemical analyses performed in electrolytic systems. Such an approach has been already presented in a series of papers issued in recent years, see [1-4] and references cited therein. In this communication, the approach will be exemplified with electrolytic systems, with special emphasis put on the complex systems where all particular types (acid-base, redox, complexation and precipitation) of chemical equilibria occur in parallel and/or sequentially. All attainable physicochemical knowledge can be involved in calculations and none simplifying assumptions are needed. All analytical prescriptions can be followed. The approach enables all possible (from thermodynamic viewpoint) reactions to be included and all effects resulting from activation barrier(s) and incomplete set of equilibrium data presumed can be tested. The problems involved are presented on some examples of analytical systems considered lately, concerning potentiometric titrations in complex titrand + titrant systems. All calculations were done with use of iterative computer programs MATLAB and DELPHI. [Pg.28]

It was indicated that the original method can be extended on systems where two or three analytes can be determined from a single titration curve. The shifts DpH affected by j-th PT addition should be sufficiently high it depends on pH value, a kind and concentration of the buffer chosen and its properties. The criterion of choice of the related conditions of analysis has been proposed. A computer program (written in MATLAB and DELPHI languages), that enables the pH-static titration to be done automatically, has also been prepared. [Pg.83]

In compensator design, hand calculation is cumbersome, and a suitable computer package, such as MATLAB is generally used. [Pg.133]

Construet, on log-linear graph paper, using asymptotes, and validate using MATLAB or a similar tool, the Bode diagrams for... [Pg.161]

The results in this example were obtained using the MATLAB Robust Control Toolbox. [Pg.320]

The 11 and 22 set rulebase simulations were undertaken using SIMULINK, together with the fuzzy logie toolbox for use with MATLAB. More details on the... [Pg.341]

MATLAB Fuzzy Inference System (FIS) editor can be found in Appendix 1. Figure 10.16 shows the control surface for the 11 set rulebase fuzzy logic controller. [Pg.344]

Appendix 1 Control system design using MATLAB... [Pg.380]

MATLAB, its Toolboxes and SIMULINK have beeome, over a number of years, the industry standard software paekage for eontrol system design. The purpose of this Appendix is to introduee the reader to some of the more useful aspeets of MATLAB, and to illustrate how the software may be used to solve examples given in the main text of the book. [Pg.380]

The examples given in this Appendix were generated using MATLAB Version 5.3. Onee the software has been installed, MATLAB is most easily entered by elieking the MATLAB ieon. Alternatively, in a Windows environment, MATLAB ean be entered by elieking the following sequenee... [Pg.380]

The user should now be in the MATLAB eommand window, whieh eontains some helpful eomments together with the MATLAB prompt . MATLAB eommands are typed after the prompt, and entered using Return (or Enter ). Terminating the eommand with will suppress the result of the eommand being printed in the eommand window. Comments are preeeded by the % symbol. [Pg.380]

This tutorial introduees the reader to matrix operations using MATLAB. All text in eourier font is either typed into, or printed into the eommand window. [Pg.380]

MATLAB may be elosed by elieking File —> Exit MATLAB... [Pg.382]

This tutorial introduees the reader to time domain analysis using MATLAB. It uses eommands from the Control System Toolbox. A list of the eommands ean be found using... [Pg.382]

Script files A seript file is an ASCII text file of MATLAB eommands, that ean be ereated using... [Pg.382]

A seript file should have a name that ends in .m , and is run by typing the name of the file (without .m ) after the MATLAB prompt, or by typing the sequenee... [Pg.383]

The advantage of a seript file is that it only needs to be ereated onee and saves the labour of eontinually typing lists of eommands at the MATLAB prompt. [Pg.383]

With MATLAB Version 5.3, typing simulink at the MATLAB prompt brings up the SIMULINK Library Browser. Clieking on the Create new model ieon in the top left-hand eorner ereates a new window ealled untitled . [Pg.384]

This tutorial shows how MATLAB ean be used to build up and test elosed-loop eontrol systems. The examples given relate to those solved in Chapter 4. The eom-mands used in MATLAB to ereate a single model from the elements in the eontrol loop are... [Pg.385]

The tutorial demonstrates how MATLAB is used to generate root loeus diagrams, and lienee how to design eontrol systems in the. v-plane. Examples given in Chapter 5 are used to illustrate the MATLAB eommands. The roots of the eharaeteristie equation (or any polynomial) ean be found using the roots eommand. [Pg.388]

Using MATLAB to design a system, it is possible to superimpose lines of constant ( and ajn on the root locus diagram. It is also possible, using a cursor in the graphics window, to select a point on the locus, and return values for open-loop gain K and closed-loop poles using the command... [Pg.390]

Here a line of ( = 0.5(/3 = 60°) is drawn together with four circles (+ = 2, 4, 6 and 8rad/s.) At the MATLAB prompt, the user is asked to select a point in the graphics window. If the intersection of the complex locus with the ( = 0.5 line is selected (see Figure 5.14), the following response is obtained... [Pg.390]

When run, the program invites the user to seleet a point in the graphies window, whieh may be used to find the value of A" when ( = 0.25. If the last line of examp59.m is typed at the MATLAB prompt, the eursor re-appears, and a further seleetion ean be made, in this ease to seleet the value of K for marginal stability. This is demonstrated below... [Pg.391]

This tutorial shows how MATLAB can be used to construct all the classical frequency domain plots, i.e. Bode gain and phase diagrams, Nyquist diagrams and Nichols charts. Control system design problems from Chapter 6 are used as examples. [Pg.393]

Script file fig627.m produces the Nichols chart for Example 6.4 when K = 4, as illustrated in Figure 6.27. The command ngrid produces the closed-loop magnitude and phase contours and axis provides user-defined axes. Some versions of MATLAB appear to have problems with the nichols command. [Pg.395]

This tutorial looks at the application of MATLAB to digital control system design, using the problems in Chapter 7 as design examples. [Pg.397]

Note that r locus and r locf ind works for both continuous and discrete systems. The statement squar e provides square axes and so provides a round unit circle. The command zgr id creates a unit circle together with contours of constant natural frequency and damping, within the unit circle. When examp76.m has been run, using r locf ind at the MATLAB prompt allows points on the loci to be selected and values of K identified (see Figure 7.20)... [Pg.399]


See other pages where MATLAB® is mentioned: [Pg.106]    [Pg.504]    [Pg.109]    [Pg.380]    [Pg.381]    [Pg.383]    [Pg.383]    [Pg.383]    [Pg.384]    [Pg.388]   
See also in sourсe #XX -- [ Pg.109 , Pg.133 , Pg.161 , Pg.341 ]

See also in sourсe #XX -- [ Pg.40 , Pg.113 , Pg.114 , Pg.116 , Pg.117 , Pg.127 , Pg.128 , Pg.249 , Pg.258 , Pg.263 , Pg.267 , Pg.315 , Pg.328 , Pg.362 , Pg.364 , Pg.419 , Pg.501 , Pg.502 ]

See also in sourсe #XX -- [ Pg.82 ]

See also in sourсe #XX -- [ Pg.267 ]

See also in sourсe #XX -- [ Pg.225 ]

See also in sourсe #XX -- [ Pg.479 ]

See also in sourсe #XX -- [ Pg.7 ]

See also in sourсe #XX -- [ Pg.30 , Pg.100 , Pg.201 ]

See also in sourсe #XX -- [ Pg.403 ]

See also in sourсe #XX -- [ Pg.40 , Pg.113 , Pg.114 , Pg.116 , Pg.117 , Pg.127 , Pg.128 , Pg.249 , Pg.263 , Pg.271 , Pg.319 , Pg.332 , Pg.366 , Pg.368 , Pg.505 , Pg.506 ]

See also in sourсe #XX -- [ Pg.445 ]

See also in sourсe #XX -- [ Pg.42 , Pg.227 , Pg.228 ]

See also in sourсe #XX -- [ Pg.101 ]

See also in sourсe #XX -- [ Pg.2 , Pg.5 ]

See also in sourсe #XX -- [ Pg.81 ]

See also in sourсe #XX -- [ Pg.59 ]

See also in sourсe #XX -- [ Pg.86 ]

See also in sourсe #XX -- [ Pg.2 , Pg.3 ]

See also in sourсe #XX -- [ Pg.186 , Pg.193 ]

See also in sourсe #XX -- [ Pg.11 , Pg.54 , Pg.282 , Pg.364 , Pg.407 , Pg.505 , Pg.558 ]

See also in sourсe #XX -- [ Pg.2 , Pg.467 ]

See also in sourсe #XX -- [ Pg.88 , Pg.116 , Pg.134 , Pg.140 ]

See also in sourсe #XX -- [ Pg.101 , Pg.104 , Pg.109 , Pg.111 , Pg.112 , Pg.203 ]

See also in sourсe #XX -- [ Pg.174 ]

See also in sourсe #XX -- [ Pg.142 , Pg.149 , Pg.178 , Pg.453 ]

See also in sourсe #XX -- [ Pg.591 ]

See also in sourсe #XX -- [ Pg.403 ]

See also in sourсe #XX -- [ Pg.420 ]

See also in sourсe #XX -- [ Pg.403 ]

See also in sourсe #XX -- [ Pg.246 ]

See also in sourсe #XX -- [ Pg.61 , Pg.75 , Pg.89 , Pg.90 , Pg.96 ]

See also in sourсe #XX -- [ Pg.385 ]

See also in sourсe #XX -- [ Pg.147 ]

See also in sourсe #XX -- [ Pg.298 ]

See also in sourсe #XX -- [ Pg.105 ]

See also in sourсe #XX -- [ Pg.5 , Pg.6 , Pg.194 , Pg.209 , Pg.277 , Pg.284 ]

See also in sourсe #XX -- [ Pg.464 ]

See also in sourсe #XX -- [ Pg.343 ]

See also in sourсe #XX -- [ Pg.381 ]

See also in sourсe #XX -- [ Pg.389 ]

See also in sourсe #XX -- [ Pg.236 , Pg.237 , Pg.238 , Pg.242 , Pg.244 , Pg.271 , Pg.273 , Pg.274 , Pg.302 ]

See also in sourсe #XX -- [ Pg.230 ]

See also in sourсe #XX -- [ Pg.239 ]

See also in sourсe #XX -- [ Pg.188 , Pg.190 , Pg.191 ]

See also in sourсe #XX -- [ Pg.114 ]

See also in sourсe #XX -- [ Pg.2 , Pg.347 , Pg.1154 ]

See also in sourсe #XX -- [ Pg.520 ]

See also in sourсe #XX -- [ Pg.115 ]

See also in sourсe #XX -- [ Pg.25 , Pg.166 , Pg.174 , Pg.175 , Pg.267 ]

See also in sourсe #XX -- [ Pg.8 , Pg.15 , Pg.16 , Pg.26 , Pg.28 , Pg.74 , Pg.77 , Pg.94 , Pg.99 , Pg.115 , Pg.167 , Pg.172 , Pg.184 , Pg.193 , Pg.194 , Pg.212 , Pg.220 , Pg.237 , Pg.246 , Pg.276 , Pg.281 , Pg.283 , Pg.284 , Pg.295 , Pg.296 , Pg.297 , Pg.314 , Pg.382 , Pg.383 , Pg.403 , Pg.405 , Pg.412 , Pg.413 , Pg.436 , Pg.438 , Pg.489 , Pg.502 , Pg.528 , Pg.531 , Pg.532 , Pg.533 , Pg.536 , Pg.539 , Pg.540 , Pg.542 , Pg.543 ]

See also in sourсe #XX -- [ Pg.240 , Pg.278 ]

See also in sourсe #XX -- [ Pg.294 , Pg.386 ]

See also in sourсe #XX -- [ Pg.267 , Pg.415 ]

See also in sourсe #XX -- [ Pg.19 , Pg.536 ]




SEARCH



Applications of MATLAB

Arithmetic operations MATLAB

CAMPG/MATLAB

Chemical Matlab program

Closing Comment Regarding MATLAB

Computational tools MATLAB

Computations and MATLAB

Computer codes Matlab

Computer programs Matlab

Computer software Matlab

Computer software packages MATLAB

Current directory window, MATLAB

Current directory, MATLAB

Curve Fitting with MATLAB

Curve fitting MATLAB

D Fourier transforms in MATLAB

Example Using MATLAB

Example of a Chemical Engineering Problem Solved Using MATLAB

Excel compared with Matlab

Excel importing files into MATLAB

Exponential functions MATLAB

FEM in MATLAB

Finding MATLAB Errors

Format commands, MATLAB

Importing Dynamic Results into Matlab

Importing Excel and Other Data Files Into MATLAB

Integration MATLAB quad

Introduction to MATLAB

Laminate MATLAB or Octave Code

Linear Algebra Routines in MATLAB

Linear Regression Example in MATLAB

Linear regression using Matlab

Loop control, MATLAB

MATLAB 614 Subject

MATLAB Basics

MATLAB Colon Operator

MATLAB Component Runtime

MATLAB Examples

MATLAB Function Arguments

MATLAB Recipes

MATLAB Runge-Kutta Routines

MATLAB SVM toolbox

MATLAB arithmetic operators

MATLAB basic operations

MATLAB command contour

MATLAB command function

MATLAB command input

MATLAB command window

MATLAB commands

MATLAB commands clear

MATLAB commands command window

MATLAB control flow

MATLAB control system toolbox

MATLAB correlation

MATLAB curve

MATLAB data interpolation

MATLAB dynamics

MATLAB editor

MATLAB eigenvalues

MATLAB equation

MATLAB finite differences

MATLAB function Colebrook

MATLAB functions

MATLAB functions M-file

MATLAB functions built

MATLAB graphical user interface

MATLAB graphs

MATLAB linear equations

MATLAB main categories

MATLAB matrix analysis

MATLAB matrix manipulation

MATLAB maximum likelihood

MATLAB measurement dynamics

MATLAB modelling approach

MATLAB modelling procedure

MATLAB nonlinear numerical

MATLAB nonlinear numerical methods

MATLAB ode45 solver

MATLAB optimization toolbox

MATLAB polynomials

MATLAB principal components

MATLAB processes

MATLAB program

MATLAB program Example

MATLAB program instructions

MATLAB program reactions

MATLAB reactor

MATLAB reference tables

MATLAB robust control toolbox

MATLAB software

MATLAB spectrum

MATLAB stage

MATLAB toolboxes

MATLAB working with files

MATLAB-simulink

MATLAB® Fuzzy Logic Toolbox

Matlab Programs for Steady-State Design

Matlab Simulink graphics

Matlab Singular Value Decomposition

Matlab advantages

Matlab bode function

Matlab cell arrays

Matlab code

Matlab comments

Matlab creating figures

Matlab data preprocessing

Matlab directories

Matlab figure command

Matlab file types

Matlab fminsearch function

Matlab function files

Matlab introduction

Matlab line graphs

Matlab linear regression

Matlab loops

Matlab m files

Matlab matrix functions

Matlab numerical data)

Matlab ode23 integration

Matlab operators

Matlab optimisation toolbox

Matlab plot command

Matlab polynomial fitting

Matlab principal components analysis

Matlab pseudo-inverse

Matlab script

Matlab solve function

Matlab structures

Matlab subplot command

Matlab symbolic toolbox

Matlab user interface

Matrix Laboratory (MATLAB)

Matrix computations, MATLAB

Matrix computations, MATLAB examples

Matrix computations, MATLAB operations

Matrix operations in Matlab

Nonlinear Regression Example in MATLAB

Nonlinear Regression Using MATLAB

Numerical Method of Lines Example Using MATLAB

Numerical Methods and MATLAB Techniques

Numerical calculation of eigenvalues and eigenvectors in MATLAB

Numerical methods MATLAB software

Overview of ODE-IVP solvers in MATLAB

Plotting in MATLAB

Plotting with MATLAB

Plotting with MATLAB plot ) command

Polynomial MATLAB roots

Polynomial fitting using Matlab

Relational operators MATLAB

Software packages MATLAB

Solution Using MATLAB

Solve command, MATLAB

Solving nonlinear algebraic systems in MATLAB

Straight Line Curve Fit Using MATLAB

Symbolic Mathematics with MATLAB

Systems biology toolbox for MATLAB

The Basics of MATLAB

Unconstrained minimizer fminunc in MATLAB

Using MATLAB Built-In Functions

Using MATLAB for Statistical Analysis

Using Matlab Simulink

While command, MATLAB

© 2024 chempedia.info