m2uml generates UML class diagrams from m-code
This version of m2uml is a complete rewrite and it has some new features.1. m2uml uses a semi-automated method to generate a class diagram for a user-selected set of classes. Reverse engineering of
- 3.4K (All time)
- 9 (Last 30 days)
- 4.8 / 5
- Community
-
3 Oct 2020
A tool to generate GraphViz UML diagrams from Matlab code, with hyperlinks back to the code.
table notation provided by GraphViz to build the UML representations that have embedded hyperlinks to the associated location in the code. For example, a UML class property, "myProp" for "MyClass" will
- 880 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2014
- 10.9K (All time)
- 8 (Last 30 days)
- 4.7 / 5
- Community
-
29 Apr 2014
Allows automatic generation of UML class diagram
UMLgui allows the automatic creation of UML class diagrams. Running UMLgui opens the gui. You can then use the four buttons under the main panel to add directories, or directories and their
- 4.7K (All time)
- 4 (Last 30 days)
- 4.1 / 5
- Community
-
21 Mar 2020
Guidance on generating UML compliant C code with RTW.
Here i present my views on how to generate Real time UML compliant C code using RTW embedded coder.
- 5K (All time)
- 1 (Last 30 days)
- 4.4 / 5
- Community
-
12 May 2005
Create UML style Sequence Diagrams
Create UML Style sequence diagrams with MATLAB. The API allows you to define differnt types of transitions between nodes, and everything else is managed automatically.
- 3.3K (All time)
- 1 (Last 30 days)
- 3.8 / 5
- Community
-
1 Sep 2016
BLOC - Automatic UML class diagram creator
Used to create a UML class diagram from a MATLAB object oriented program.
- 1.6K (All time)
- 1 (Last 30 days)
- 2.4 / 5
- Community
-
6 May 2011
Design Pattern: Singleton (Creational)
A MATLAB® OOP implementation of the Singleton Creational Design Pattern
' demonstrates the use of 'SingletonImpl.m'. Further, a corresponding UML class diagram is illustrated in 'Singleton_UML_Diagram.pdf'.Refer to pp.127-134 Gamma et al.[1] for more information on the Singleton
- 3.7K (All time)
- 3 (Last 30 days)
- 4.6 / 5
- Community
-
1 Sep 2016
Machine Learning Model to Predict diabetes
Machine Learning Model to Predict diabetes based on 9 predictors and 1 target.
thickness in mm (skin)2-Hour serum insulin in mu U/ml (insu)Body mass index measured as weight in kg/(height in m)^2 (mass)Diabetes pedigree function (pedi)Age in years (age)Output is 0 or 1(0 for no diabetes
- 507 (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
25 Jun 2020
Data Structure: A Cell Array List Container
Provides a useful 1D container for storing an ordered heterogeneous set of elements
'CellArrayList.m'. Further, a corresponding UML class diagram is illustrated in 'CellArrayList_UML_Diagram.pdf'. Written by Bobby NedelkovskiMathWorks AustraliaCopyright 2009-2010, The MathWorks, Inc.
- 1.6K (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
1 Sep 2016
USING POLYSPACE® TO IMPLEMENT THE “SOFTWARE QUALITY OBJECTIVES FOR SOURCE CODE QUALITY” STANDARD
This document defines a general and standard approach to measure the software quality.
- 2K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
Design Pattern: Iterator (Behavioural)
A MATLAB® OOP implementation of the Iterator Behavioural Design Pattern
- 1.6K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
1 Sep 2016
MATLAB Function to read SAO files (format 4.3) that contains ionosonde parameters
available, with a maximum of 60 (see Table 1 on https://ulcar.uml.edu/~iag/SAO-4.3.htm) and a minimum of 4. The "Scaled" field contains all the 49 scaled parameters.
- 22 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
27 Jan 2021
found 5 Pre set files for PolySpace MISRA C® Checker
- 410 (All time)
- 2 (Last 30 days)
- -- / 5
- Community
-
27 Oct 2010
Discrete Element Method Laboratory
models][force_models_link] and the [heat transfer models][heat_models_link] implemented in the program,are available inside the folder [*help*][help_folder_link].The OOP classes of the program are documented in [UML
- 533 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
21 Feb 2024
SCOPE: interactively tabulate SEER excel variables
This takes SEER excel column data interactively, tabulate them, write back in table format.
- 641 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
9 Aug 2012
Ultrasound Raw data eXchange file format C++ implementation and wrapping in Python and Matlab
test/matlab/+urx/+UnitTests/FileFromScratch.m.Important noteSome field are optional or can be empty (see C++ UML diagram). If you want to unassign a value, don't use [] but use empty method of the class (i.e. urx.ElementGeometry.empty).PythonUsageimport
- 32 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
18 Mar 2026
Ultrasound Acquisition Configuration
Ultrasound Raw data eXchange file format C++ implementation and wrapping in Python and Matlab
uac.Dataset.loadFromFile('test.uac'); You may found a complete example in file test/matlab/+uac/+UnitTests/CreateUff.m.Important noteSome field are optional or can be empty (see C++ UML diagram). If you want to unassign a value
- 19 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
18 Mar 2026