Many
Manuals
search
Catégories
Marques
Accueil
MATLAB
Logiciel
APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
Guide de l'utilisateur
MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 260
Télécharger
Partager
Partage
Ajouter à mon manuel
Imprimer
Page
/
354
Table des matières
DEPANNAGE
MARQUE LIVRES
Noté
.
/ 5. Basé sur
avis des utilisateurs
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
mwString()
Purpose
Construct
empty
string
C++
Syntax
#include
"mclcppclass. h"
mwString
str;
Arguments
None
Return
Va
l
u
e
None
Description
Use
this
constructor
to
create
an
empty
string.
C-6
1
2
...
255
256
257
258
259
260
261
262
263
264
265
...
353
354
Compiler 4
1
User’s Guide
1
508-647-7000 (Phone)
2
508-647-7001 (Fax)
2
The MathWorks, Inc
2
3 Apple Hill Drive
2
Natick, MA 01760-2098
2
Revision History
3
Troubleshooting
10
Functions — By Category
11
Reference Information
11
C++ Utility Library Reference
13
Contents
14
Getting Started
15
What Is MATLAB Compiler?
16
Wrapper Files
17
1 Getting Star ted
18
Before You Begin
19
Component
20
Magic Square Example
21
.zip file
23
Using the mcc Command
24
For M ore Information
29
Installation and
31
Configuration
31
Requirements
32
Installation
34
VC98 directory from
36
Options Files
42
Changing the Options File
43
Compilation Process
45
3 Compilation Process
46
Build Process
47
Wrapper Code Generation
49
Archive Creation
49
C/C++ Compilation
49
Input and Output Files
50
CSharedLibrary
51
C++ Shared Libra
53
Deployment Process
55
Over view
56
Deploying to P rogrammers
57
4 Deployment Process
58
C or C++ Shared Library
59
Java Component
61
Deploying to End Users
63
MCRInstaller.zip
65
.NET Application
67
Microsoft Excel Add-In
69
Working with the MCR
74
Modifying the Path
75
Developm en t Env iron ment
79
Ser vices
80
Compiler Commands
81
Command Overview
82
Using File Extensions
83
Macro Options
85
Understanding a Macro Option
85
Using Pathnames
87
Using Bundle Files
88
<type>
90
C Library Wrapper
91
Overview
93
CExample
93
Using Pragmas
97
5 Compiler Commands
100
Script Files
101
Compiler Tips
102
Application
107
Standalone Applications
109
Introduction
110
Compiling the Application
111
Testing the
111
6 Standalone Applications
112
Linux x86-64
113
Mac OS X
113
Intel Mac (Maci)
113
Running the Application
115
Coding with M-Files Only
119
Mixing M-Files and C or C++
121
Explanation of mrankp.c
125
Explanation of This C Code
129
Libraries
131
C Shared Library Target
134
7 Libraries
136
Based Shared Libraries
139
Calling a Shared Library
141
C++SharedLibraryTarget
147
C++ Shared Lib rary Target
149
Exported Function Signature
151
Type of Application
153
8 Troubleshooting
170
MATLAB Compiler
172
Deployed Applications
176
9 Reference Information
182
Solaris64
183
Unsupported Functions
188
MATLAB Compiler Licensing
191
Running MCRInstaller.exe
193
The followi ng co mmand:
195
Command-Lin
198
Functions — Alphabetical
199
%#external
200
Syntax %#external
200
%#function
201
Syntax builder2prj
203
Examples Example 1
203
Syntax ctfroot
205
Syntax deployprint
206
See Also isdeployed, print
207
Syntax deploytool
208
Syntax x = isdeployed
209
Options -a Add to Archive
215
-B Specify Bundle File
217
-c Generate C Code Only
217
-f Specified Options File
218
-F Specified Project File
218
-G Debug Only
219
-M Direct Pass Through
220
-N Clear Path
220
-o Specify Output Name
221
-p Add Directory to Path
221
-R Run-Time
222
-S Create Singleton MCR
222
-T Specify Target Stage
222
-v Verbose
223
-w Warning Messages
223
-W Wrapper Function
224
-Y License File
225
-z Specify Path
225
-? Help Message
226
Limitations and
229
Restrictions
229
Limitations and Restriction s
230
MATLAB Code
231
Workaround
232
Suppressing Warnings on UNIX
233
Older Neural Net
235
MATLAB Compiler Quick
237
Reference
237
Create a Library
238
Example 2
239
Messages
243
Error and Warning
243
B Error and Warning Messages
244
Compile-Time Errors
245
Warning M essages
249
Warning Messages
251
C++ Utility Library
255
Primitive Types
256
Utility Classes
257
About mwString
258
Constructors
258
Operators
258
Construct empty string
260
String to make a copy of
265
String to compare
267
The result of the comparison
267
String to copy
273
The input os tream
273
About mwException
274
Error message
277
About mwArray
283
Static Methods
285
Number of elements in array
305
NumberOfElements()
306
is returned
323
Value to assign
340
-Inf an d les s than Inf
346
-z option flag 11-27
354
Commentaires sur ces manuels
Pas de commentaire
Publish
Produits connexes et manuels pour Logiciel MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE
Logiciel MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guide de l'utilisateur
(575 pages)
Imprimer le document
Imprimer la page 260
Commentaires sur ces manuels