diff --git a/interfaces/matlab/toolbox/air.m b/interfaces/matlab/toolbox/Air.m similarity index 56% rename from interfaces/matlab/toolbox/air.m rename to interfaces/matlab/toolbox/Air.m index 886d84f9b..67b2f59c1 100644 --- a/interfaces/matlab/toolbox/air.m +++ b/interfaces/matlab/toolbox/Air.m @@ -1,12 +1,12 @@ -function gas = air +function gas = Air() % AIR Create an object representing air. -% gas = air +% gas = Air() % Air is modeled as an ideal gas mixture. The specification is taken -% from file air.cti. Several reactions among oxygen and nitrogen are +% from file ``air.xml``. Several reactions among oxygen and nitrogen are % defined. % % :return: % Instance of class :mat:func:`Solution` % -gas = Solution('air.cti', 'air'); +gas = Solution('air.xml', 'air');