educational workspace
Version 1.0.0 (15.3 KB) by
John
This is an educational workspace for me to use for my academical uses.
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/');
}
Cite As
John (2026). educational workspace (https://www.mathworks.com/matlabcentral/fileexchange/183007-educational-workspace), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2025b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
