User Interface xPC Target Command Center ... XPC_COMMAND_CENTER

Contents

Description :

XPC_COMMAND_CENTER - A xPC Target Beginners introductionary GUI

The XPC_COMMAND_CENTER is for xPC Target beginners a GUI which should
help to get familiar with the commands as well the functionality of
xPC Target.
    The Buttons where possitioned in execution order as the commands
should be executed. They have the corresponding xPC Commands shown as
Tooltip for having an overview of them. Hold the Mouse over the Button
to see the Tooltips.
    The HTML Help for these Application was created with R14 new
Feature publish.
    The GUI was designed using GUIDE and after fininshing the Layout
Design the content is exported to a single M-File. In these case you
are able to use it also in another earlier Releases, becuase of non
MAT- or FIG-File usage, which are not compatible.
XPC_COMMAND_CENTER is tested under R13sp1 and R14.0

Needed Files :

Additional Files :

 TIP (*): Look inside the HTML-File, there is the M-File content
 implemented. You can extract it using
 >> GRABCODE('xpc_command_center_help.html') from MATLAB to be
 able to republish again.
XPC_COMMAND_CENTER_DIAG does read the generated File
xpc_cmd_diag.mat by XPC_COMMAND_CENTER during execution which has the
diagnostic information about the XPC_COMMAND_CENTER GUI if some problems
where found during execution. The MAT-File will be saved in the
TEMPDIR (>> YourTempDir = tempdir)of MATLAB current Session.
Provide the MAT-File if problems were encountered during running for
furthermore support of functionality to Frank González-Morphy ...
frank.gonzalez-morphy@mathworks.de

SYNTAX :

>> xpc_command_center

Starting and Screenshot of xPC Target Command Center GUI :

xpc_command_center
 Pict.: Screenshot of XPC_COMMAND_CENTER GUI

Recalling these HTML-Help from MATLAB :

Supposing you are in the upper Directory where the HTML File is saved:

>> web([pwd, '/html/xpc_command_center_help.html'])

... calling from elsewhere:

>> w = which('xpc_command_center'); % get info who is these Appl saved

>> [pathstr,name,ext,versn] = fileparts(w); % get only the path ...

>> web([pathstr,'/html/xpc_command_center_help.html']); % call HTML Help in MATLAB Browser

How to Create these HTML-Help in R14 ?

Execute the Following Command in MATLAB:

or also highlight it and select from context menu, "Evaluate Selection" ! If opened on the MATLAB Web Browser.

>> p = publish('xpc_command_center_help', 'html'); web(p)

Author Infos :

AUTHOR    : Frank González-Morphy
$DATE     : 25-June-2004 09:36:02 $
$Revision : 1.5.4 $
DEVELOPED : 7.0.0.19920 (R14)
FILENAME  : xpc_command_center_help.m

===== EOF ====== [xpc_command_center_help.m] =====