Linking sections of live script

3 ビュー (過去 30 日間)
Prabhat Ranjan
Prabhat Ranjan 2020 年 10 月 19 日
回答済み: Ameer Hamza 2020 年 10 月 19 日
How to use the result of one section into another section of a live script? For example, I want to call the result which I got in Section 1 into Section 5. How to do it?

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 10 月 19 日
Once the variable is defined, it is visible to all sections of the Live script. There is no special procedure to access it; you can just use its name to access its value.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Parallel Server についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by