Many
Manuals
search
Kategorien
Marken
Startseite
MATLAB
Software
APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
Betriebsanweisung
MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 64
Herunterladen
Teilen
Teilen
Zu meinen Handbüchern hinzufügen
Drucken
Seite
/
274
Inhaltsverzeichnis
FEHLERBEHEBUNG
LESEZEICHEN
Bewertet
.
/ 5. Basierend auf
Kundenbewertungen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
2
Installation and Configuration
2-28
1
2
...
59
60
61
62
63
64
65
66
67
68
69
...
273
274
MATLAB Compiler
1
How to Contact The MathWorks:
2
Working with MEX-Files
5
Stand-Alone Applications
5
Controlling Code Generation
7
Error and Warning Messages
9
Contents
10
Preface
12
Using this Guide
13
Introducing the
15
Introduction
16
New Features
18
Optimizations
19
Additional Data Type Support
20
Additional Language Support
21
Running Compiler from MATLAB
21
Uses of the Compiler
23
(libmatlbmx)
24
C Stand-Alone Applications
25
C++ Stand-Alone Applications
25
The MATLAB Compiler Family
28
Why Compile M-Files?
30
Changed Library Name
31
Changed Data Type Names
31
Limitations and Restrictions
32
functionscalled
33
Workaround
34
Installation and
37
Configuration
37
UNIX Workstation
40
Compiler Options Files
41
Locating Options Files
42
ANSI C or C++ Compiler
43
Things to Be Aware of
43
Choosing a Compiler
43
Changing Compilers
44
Creating MEX-Files
45
Verifying from MATLAB
47
Microsoft Windows on PCs
49
How the Function Works
66
3 Working with MEX-Files
68
Using the -S Option
71
Using the -u and -y Options
72
Sample Time
72
Data Type
73
Stand-Alone
77
Applications
77
MEX-Files
78
Stand-Alone C++ Applications
79
Introducing mbuild
82
Configuring for C or C++
83
Using the System Compiler
84
Locating Shared Libraries
87
Running Your Application
88
Distribution Caveats
89
Compiler Restrictions
92
Shared Libraries
98
Verifying the MATLAB Compiler
99
About the mbuild Script
99
4 Stand-Alone Applications
100
Installing Your Application
103
On UNIX Systems
104
Building COM Objects
107
Troubleshooting
109
Troubleshooting the Compiler
111
Coding with M-Files Only
113
Functions
117
The Build Process
119
Mixing M-Files and C or C++
121
An Explanation of mrankp.c
122
Advanced C Example
123
An Explanation of This C Code
125
Controlling
127
Code Generation
127
Sierpinski Gasket M-File
128
Generated Code
129
5 Controlling Code Generation
130
C++ Header File
135
Internal Interface Functions
137
F Interface Function
143
NF Interface Function
144
VF Interface Function
146
Supported Executable Types
147
POSIX Main Wrapper
148
C Shared Library
151
COM Components
155
COM Signature
158
Setting Page Width
161
Setting Indentation Spacing
163
Modified Indentation
165
Comments Annotation
167
All Annotation
167
No Annotation
168
Include #line Directives
169
Using feval
174
Compiling MEX-Files
175
Optimizing Performance
177
Turn On All Optimizations
178
Turn Off All Optimizations
178
List All Optimizations
179
6 Optimizing Performance
180
Optimizing Arrays
181
Optimizing Loops
183
Optimizing Conditionals
185
Reference
187
7 Reference
188
Functions — By Name 7
190
7%#external
191
Syntax %#external
191
7%#function
192
Purpose feval pragma
192
Purpose mex pragma
193
Syntax %#mex
193
Syntax mbchar(x)
194
Description The statement
194
Syntax mbcharscalar(x)
195
Syntax mbcharvector(x)
196
Syntax mbint(n)
197
, mbintvector, mcc
198
Syntax mbintscalar(n)
199
See Also mbint, mbscalar, mcc
199
Syntax mbintvector(n)
200
Syntax mbreal(n)
201
Syntax mbrealscalar(n)
202
Syntax mbrealvector(n)
203
Syntax mbscalar(n)
204
Syntax mbvector(n)
205
Command Line Syntax
211
Setting Up Default Options
213
Handling Full Pathnames
215
Compiling Embedded M-Files
216
Macro Options
217
Bundle Files
219
Code Generation Options
221
Quick Reference
237
Common Uses of the Compiler
238
Error and Warning
245
Messages
245
B Error and Warning Messages
246
Compile-Time Errors
247
Warning Messages
255
Run-Time Errors
263
Kommentare zu diesen Handbüchern
Keine Kommentare
Publish
Verwandte Produkte und Handbücher für Software MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
Software MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Bedienungsanleitung
(500 Seiten)
Software MATLAB MAPPING TOOLBOX RELEASE NOTES Betriebsanweisung
(160 Seiten)
Software MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung
(172 Seiten)
Software MATLAB SIMULINK 3D ANIMATION - S Betriebsanweisung
(490 Seiten)
Software MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Betriebsanweisung
(986 Seiten)
Software MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung
(656 Seiten)
Software MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Betriebsanweisung
(112 Seiten)
Software MATLAB DO QUALIFICATION RELEASE NOTES Bedienungsanleitung
(15 Seiten)
Software MATLAB FINANCIAL DERIVATIVES TOOLBOX Bedienungsanleitung
(119 Seiten)
Software MATLAB SIMEVENTS RELEASE NOTES Betriebsanweisung
(114 Seiten)
Software MATLAB SIGNAL PROCESSING TOOLBOX 6 Bedienungsanleitung
(60 Seiten)
Software MATLAB SIMULINK VERIFICATION AND VALIDATION - S Betriebsanweisung
(674 Seiten)
Software MATLAB IMAGE PROCESSING TOOLBOX - RELEASE NOTES Betriebsanweisung
(122 Seiten)
Software MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Betriebsanweisung
(531 Seiten)
Software MATLAB DESIGN HDL CODER RELEASE NOTES Betriebsanweisung
(410 Seiten)
Software MATLAB POLYSPACE 7 Installationsanleitung
(618 Seiten)
Software MATLAB PARALLEL COMPUTING TOOLBOX 4 Betriebsanweisung
(128 Seiten)
Software MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung
(684 Seiten)
Software MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Bedienungsanleitung
(408 Seiten)
Software MATLAB XPC TARGET 4 - DEVICE DRIVERS Betriebsanweisung
(111 Seiten)
Dokument drucken
Seite drucken 64
Kommentare zu diesen Handbüchern