이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
This script uses OpenAI's API for ChatGPT to ask for MATLAB code in English, writes the code to a .m file which may be opened and saved as a .mlx. Using the API side-steps browser-based access to OpenAI and copy-pasting into MATLAB.
This script is based on a template at <https://www.mathworks.com/matlabcentral/answers/1894530-connecting-to-chatgpt-using-api> . Thank you! I've only added a few lines to prepare the text output for ready conversion to Live Script form and included in the prompt an ask for some specific code lines. Also, I upped the number of tokens.
To use this script, open and receive an API secret key at https://platform.openai.com/account/api-keys.
See and like my related scripts at https://www.mathworks.com/matlabcentral/fileexchange/?q=carlsmith&sort=date_desc_submitted .
인용 양식
Duncan Carlsmith (2026). Generate MATLAB Code Using ChatGPT API (https://kr.mathworks.com/matlabcentral/fileexchange/125220-generate-matlab-code-using-chatgpt-api), MATLAB Central File Exchange. 검색 날짜: .
