Generate MATLAB Code Using ChatGPT API

버전 1.0.1 (433 KB) 작성자: Duncan Carlsmith
Generates a commented MATLAB Live Script using the OpenAI API for ChatGPT.
다운로드 수: 2.2K
업데이트 날짜: 2023/4/1

라이선스 보기

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.

인용 양식

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. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2022b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

GenerateMATLABCodeUsingChatGPTAPI

버전 게시됨 릴리스 정보
1.0.1

add link to related scripts

1.0.0