Main Content
generateProject
Class: polyspace.Options
Namespace: polyspace
Generate psprj project from options object
Syntax
opts.generateProject(projectName)
Description
creates a opts
.generateProject(projectName
).psprj
project called projectName
from
the options specified in the polyspace.Options
object
opts
. You can open a .psprj
project in the
user interface of the Polyspace® desktop products.
Input Arguments
Examples
Tips
If you want to include an options object in a pslinkoptions
object:
Use this method to convert your object to a project.
Add the project to the
pslinkoptions
propertyPrjConfig
.Turn on the property
EnablePrjConfig
.
Version History
Introduced in R2016b