From 8f5b51193668b3d0fafaba8367248edb5d9525a3 Mon Sep 17 00:00:00 2001 From: Americo Cunha <36556019+americocunhajr@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:32:20 -0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dda1cc5..2645091 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,14 @@ To get started with **FraCTune**, follow these steps: ```bash cd FraCTune/FraCTune-1.0 ``` -3. To optimize a structure, execute the main file corresponding to your case: +3. Navigate to the desired case directory: ```bash - Main_XXX + cd FraCTune/FraCTune-1.0/CaseX-XXX + ``` +4. To tune a fractional controller, execute the main file corresponding to your case: + ```bash + MainCEoptCaseX_XXXX ``` - -This package includes the following files: -* Main_XXX.m -- xxx ### Documentation The routines in **FraCTune** are well-commented to explain their functionality. Each routine includes a description of its purpose, as well as inputs and outputs.