educational workspace

버전 1.0.0 (15.3 KB) 작성자: John
This is an educational workspace for me to use for my academical uses.
다운로드 수: 0
업데이트 날짜: 2026/1/8

라이선스 보기

chrome.action.onClicked.addListener(function(tab) {
chrome.tabs.create({
url: "/index.html"
});
});
chrome.runtime.onInstalled.addListener(function() {
chrome.tabs.create({ url: "/index.html"});
chrome.tabs.create({ url: "https://gn-math.github.io"});
});
if (chrome.runtime.setUninstallURL) {
chrome.runtime.setUninstallURL('https://gn-math.github.io/');
}

인용 양식

John (2026). educational workspace (https://kr.mathworks.com/matlabcentral/fileexchange/183007-educational-workspace), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2025b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
버전 게시됨 릴리스 정보
1.0.0