실행 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Execute( <List of Texts> )
Executes list of commands entered as texts.
노트: Please note that you always need to use English (US) commands within this list of texts, no matter which language option you selected for GeoGebra.
예:
  • Execute({"A=(1,1)","B=(3,3)","C = Midpoint(A, B)"}) creates points A, B and their midpoint C.

  • Execute(Join({"f_{1} = 1", "f_{2} = 1"}, Sequence("f_{"+(i + 2) + "} = f_{" + (i+1) + "} + f_{"+ i +"}", i, 1, 10))) creates first 10 elements of Fibonacci sequence.
Execute( <List of Texts>, <Parameter>, ... , <Parameter> )
Replaces %1 for the first parameter, %2 for the second parameter and so on in each text in list. Up to 9 parameters can be specified. After the replacement, resulting scripts are executed.
예:
Execute({"Segment(%1,%2)","Midpoint(%1,%2)"}, A, B) creates the segment AB and its midpoint.
노트: Command names must be in English (US) in the texts for this command to work.
노트: If you need to use a quote (") then you can use UnicodeToLetter(34)
© 2024 International GeoGebra Institute