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 CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by