Effacer les filtres
Effacer les filtres

Using version deatils of the tool box in application

2 vues (au cours des 30 derniers jours)
Purushottama Rao
Purushottama Rao le 10 Juin 2015
Commenté : Purushottama Rao le 10 Juin 2015
HELLO ALL, Iam developing an application for code generation later. I would like to test the version of tool boxes required for my appliaction such as State flow every time the user tries to generate the code. I tried 'Ver' command to return all the version details of the tool boxes. It has returned a structure array containing fields as "name" "version" "release" "date"
How i can check whether the stateflow (which is member of the field 'name' ) version is above 7.0 or not?

Réponse acceptée

per isakson
per isakson le 10 Juin 2015
Modifié(e) : per isakson le 10 Juin 2015
One way
sas = ver;
iss = strcmpi( 'Stateflow', {sas.Name} );
sas(iss).Version
ans =
8.1

Plus de réponses (0)

Catégories

En savoir plus sur Stateflow dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by