-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
451 lines (414 loc) · 20.8 KB
/
index.html
File metadata and controls
451 lines (414 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<html>
<head>
<meta charset="UTF-8">
<title>MathWorks Open Source on GitHub - MATLAB & Simulink</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="MATLAB Open Source projects from MathWorks including, including MATLAB, Simulink, Reference Architecture, SimBiology, and ThingSpeak">
<meta name="Keywords" content="matlab open source simulink simbiology thingspeak mathworks github">
<meta property="og:image" content="http://mathworks.github.io/assets/images/logo.png">
<meta property="og:image:secure_url" content="https://mathworks.github.io/assets/images/logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="897">
<meta property="og:image:height" content="806">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="assets/stylesheets/application.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06EF8BRFW9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-06EF8BRFW9', { 'debug_mode': false });
</script>
</head>
<body>
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/mustache@4.2.0/mustache.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bottleneck@2.19.5/light.min.js"></script>
<script>
var trackOutboundLink = function(url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function(){document.location = url;}
});
}
// Helper to fall back on legacy code for older browsers
function isES6() {
try {
Function("() => {};");
return true;
} catch(exception) {
return false;
}
}
</script>
<nav class="navbar sticky-top bg-white navbar-expand-lg navbar-light ">
<div class="container px-0 mx-auto">
<a class="navbar-brand" href="#" onclick="$(window).scrollTop(0);"><img src="assets/images/pic-header-mathworks-logo.svg" height="28px" alt="MathWorks Open Source Projects"> <span class="open_source_title"></span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="#" onclick="$(window).scrollTop(0);">Stats</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#featured_section">Featured</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#repositories" onclick="">Repositories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#organizations">Organizations</a>
</li>
<!-- Not yet available -->
<!-- <li class="nav-item">
<a class="nav-link" href="#">Developer Tools</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="#">How to Contribute</a>
</li> -->
</ul>
</div>
</div>
</nav>
<div id="main_container" class="main_container">
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-7">
<h1>MathWorks Open Source and Community Projects</h1>
<h3>Join the MATLAB<sup>®</sup> and Simulink<sup>®</sup> Team - <a href="https://www.mathworks.com/company/jobs/opportunities/?s_eid=PEP_20230">MathWorks Careers</a></h3>
<!-- <a href="https://www.mathworks.com/opensource"><h3>www.mathworks.com/opensource</h3></a> -->
<div class="row">
<div class="org_stats">
<a href="#organizations">
<span class="org_stats_count" id="stats-org-count">...</span>
<span class="meta">Organizations</span>
</a>
</div>
<div class="org_stats">
<a href="#repositories">
<span class="org_stats_count" id="stats-repo-count">...</span>
<span class="meta">Repositories</span>
</a>
</div>
<div class="org_stats">
<span class="org_stats_count" id="stats-ctrb-count">...</span>
<span class="meta">Contributors</span>
</div>
</div>
</div>
<div class="hidden-xs col-sm-1"></div>
<div class="col-xs-12 col-sm-12 col-md-4 ">
<div class="contrib_card float-right">
<h3>Most Active Contributors</h3>
<div class="my-3" id="contributor-avatars">
<!-- AJAX populated -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="featured_section" id="featured_section">
<div class="container">
<div class="row">
<div class="col-md-12 my-3">
<h2><strong>Featured Projects</strong></h2>
<p>Tools for building agentic AI workflows, connecting LLMs, and integrating MATLAB with AI coding assistants.</p>
</div>
</div>
<div class="row px-0" id="featured">
<!-- Populated by initPage -->
</div>
</div>
</div>
<a name="repositories" class="anchor"></a>
<button class="btn d-sm-block bg-white d-md-none col-sm-12 collapsed py-3 text-left border-bottom" type="button" data-toggle="collapse" data-target="#reposCollapsible" aria-expanded="false" aria-controls="reposCollapsible">
<h2 class="d-inline">Active Repositories</h2> <div class="float-right mx-4"><i class="collapse_arrow"></i></div>
</button>
<div class="container collapse expand-sm" id="reposCollapsible">
<div class="row">
<div class="dropdown show d-md-none col-sm-12">
<a id="sortBtn1" class="btn dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Most Active
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#" onclick="sortActive()">Most Active</a>
<a class="dropdown-item" href="#" onclick="sortStars()">Most Stars</a>
</div>
</div>
<div class="d-none d-md-block col-md-12">
<!-- Sort Direction -->
<div class="dropdown show float-right mt-3">
<a id="sortBtn2" class="btn dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Most Active
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<a class="dropdown-item" href="#" onclick="sortActive()">Most Active</a>
<a class="dropdown-item" href="#" onclick="sortStars()">Most Stars</a>
</div>
</div>
<h2 class="mt-3">Active Repositories</h2>
</div>
</div>
<div class="row px-0" id="repos">
<!-- AJAX populated -->
</div>
<div class="col-sm-12 col-md-3 mx-auto text-center">
<button class="btn btn_primary load_repo_button" id="load_repo_button" onclick="loadMoreRepos()">Load More</button>
</div>
</div>
<a name="organizations" class="anchor"></a>
<button class="btn bg-white d-sm-block d-md-none col-sm-12 collapsed py-3 text-left border-bottom" type="button" data-toggle="collapse" data-target="#orgsCollapsible" aria-expanded="false" aria-controls="orgsCollapsible">
<h2 class="d-inline">Organizations</h2> <div class="float-right mx-4"><i class="collapse_arrow"></i></div>
</button>
<div class="collapse expand-sm" id="orgsCollapsible">
<div class="container">
<div class="row">
<div class="d-none d-md-block col-md-12 my-3">
<h2><strong>Organizations</strong></h2>
</div>
</div>
<div class="row px-0" id="orgs">
<!-- AJAX populated -->
</div>
</div>
</div>
<!-- Featured project tile moustache template -->
<script id="featuredTemplate" type="x-tmpl-mustache">
<div class="col-sm-12 col-md-6 col-lg-4 mx-0 px-0">
<div class="featured_card">
<span class="featured_badge">Featured</span>
<div class="repo_title"><strong>
<a href="{u{ url }u}">{u{ name }u}</a></strong></div>
<div class="repo_description">{u{ description }u}</div>
<div class="my-2"><span class="repo_org mx-auto">{u{ org }u}</span></div>
</div>
</div>
</script>
<!-- Repository tile moustache template -->
<script id="repoTemplate" type="x-tmpl-mustache">
<div class="col-sm-12 col-md-6 col-lg-4 mx-0 px-0">
<div class="repo_card">
<div class="repo_header">
<div class="repo_title"><strong>
<a href="{u{ url }u}">{u{ name }u}</a></strong></div>
<div class="repo_lang meta">{u{ lang }u}</div>
</div>
<div class="repo_description">{u{ description }u}</div>
<div class="my-2"><span class="repo_org mx-auto">{u{ org }u}</span></div>
<div class="repo_footer">
<div class="repo_updated"><span class="meta"> {u{ updated }u} </span></div>
<div class="repo_stats">
<span class="meta"><svg height="16" class="octicon octicon-repo-forked align-middle" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path></svg> {u{ forks }u}</span>
<span class="meta"><svg height="16" class="octicon octicon-star align-middle" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path></svg> {u{ stars }u}</span>
</div>
</div>
</div>
</div>
</script>
<!-- Organization tile moustache template -->
<script id="orgTemplate" type="x-tmpl-mustache">
<div class="col-sm-12 col-md-6 col-lg-4 px-0">
<div class="org_card">
<div class="repo_title"><strong><a href="{u{ url }u}">{u{ name }u}</a></strong><br></div>
<div class="repo_description">{u{ description }u}</div>
</div>
</div>
</script>
<script>
var featuredTemplate = "{{={u{ }u}=}}" + $('#featuredTemplate').html();
var repoTemplate = "{{={u{ }u}=}}" + $('#repoTemplate').html();
var orgTemplate = "{{={u{ }u}=}}" + $('#orgTemplate').html();
Mustache.parse(featuredTemplate);
Mustache.parse(repoTemplate);
Mustache.parse(orgTemplate);
$(document).ready(function() {
var initPage = function() {
$('#featured').append(Mustache.render(featuredTemplate, {
name: "MATLAB Agentic Toolkit",
description: "Connect MATLAB to AI agents and agentic frameworks. Provides tools for AI assistants to run MATLAB code, analyze data, and create visualizations.",
url: "https://github.com/matlab/matlab-agentic-toolkit",
org: "MATLAB Development & AI Coding Projects"
}));
$('#featured').append(Mustache.render(featuredTemplate, {
name: "MATLAB MCP Core Server",
description: "A Model Context Protocol (MCP) server that enables AI coding assistants like Claude, Cursor, and VS Code Copilot to interact with MATLAB.",
url: "https://github.com/matlab/matlab-mcp-core-server",
org: "MATLAB Development & AI Coding Projects"
}));
$('#featured').append(Mustache.render(featuredTemplate, {
name: "LLMs with MATLAB",
description: "Connect MATLAB to large language models including OpenAI, Ollama, and Azure. Generate text, extract data, and build AI-powered applications.",
url: "https://github.com/matlab-deep-learning/llms-with-matlab",
org: "Deep Learning"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "MathWorks",
description: "A diverse selection of MathWorks Open Source projects and resources",
url: "https://www.github.com/mathworks"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "Reference Architectures",
description: "Templates for running MATLAB and related products in the public cloud and interfaces with third party technologies.",
url: "https://www.github.com/mathworks-ref-arch"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "Teaching Resources",
description: "A collection of curriculum materials for educators using MATLAB and Simulink.",
url: "https://github.com/MathWorks-Teaching-Resources"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "Graphics and App Building",
description: "A collection of charts, UI components, and utilities to supplement your data visualization and app building needs.",
url: "https://github.com/MATLAB-Graphics-and-App-Building"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "Deep Learning",
description: "Deep learning resources, including pretrained neural network models.",
url: "https://github.com/matlab-deep-learning"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "Robotics",
description: "Robotics and autonomous systems resources, including educational content, examples, and utilities.",
url: "https://github.com/mathworks-robotics"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "SimBiology",
description: "SimBiology resources, including models and analysis tools, for Quantitative Systems Pharmacology (QSP), Physiologically-Based Pharmacokinetics (PBPK), and Pharmacokinetics/Pharmacodynamics (PK/PD).",
url: "https://github.com/mathworks-simbiology"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "ThingSpeak",
description: "IoT projects, hardware libraries, examples, and MATLAB apps for ThingSpeak.",
url: "https://github.com/thingspeak"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "Simscape",
description: "Design physical systems using simulation with Simscape.",
url: "https://github.com/simscape"
}));
$('#orgs').append(Mustache.render(orgTemplate, {
name: "MATLAB Development & AI Coding Projects",
description: "Development tools for MATLAB developers, including AI Prompts, skills, rules, commands, and MCP tools for agentic workflows.",
url: "https://github.com/matlab"
}));
}
$.getScript('assets/javascripts/repo-helper.js', function() {
$.getScript('assets/javascripts/application.js', initPage);
})
// Set up outbound link tracking through Google Analytics
function onclickCallback(e) {
var e = window.e || e;
if ( (e.target.tagName !== 'A') || (e.target.host == window.location.host) ) return;
trackOutboundLink(e.target);
}
window.onload = function() {
if (document.addEventListener)
document.addEventListener('click', onclickCallback, false);
else
document.attachEvent('onclick', onclickCallback);
};
});
function loadMoreRepos() {
for(var i = gh.index; i < gh.repos.length && i < gh.index + gh.PAGE_SIZE; i++) {
$('#repos').append(Mustache.render(repoTemplate,
{
name: gh.repos[i].name,
url: gh.repos[i].url,
description: truncate(gh.repos[i].desc),
org: gh.repos[i].org_pretty,
stars: gh.repos[i].stars,
forks: gh.repos[i].forks,
watchers: gh.repos[i].watchers,
lang: gh.repos[i].lang,
updated: 'updated ' + timeago(gh.repos[i].updated_at)
}));
}
// Increment page for next lazy load
gh.index += gh.PAGE_SIZE;
if (gh.index > gh.repos.length)
$('#load_repo_button').hide();
}
function sortActive() {
$('#repos').html('');
$('#load_repo_button').show();
$('#sortBtn1').html('Most Active');
$('#sortBtn2').html('Most Active');
gh.index = 0;
gh.repos.sort(function(a,b) { return b.updated_at.getTime() - a.updated_at.getTime() });
loadMoreRepos();
}
function sortStars() {
$('#repos').html('');
$('#load_repo_button').show();
$('#sortBtn1').html('Most Stars');
$('#sortBtn2').html('Most Stars');
gh.index = 0;
gh.repos.sort(function(a,b) { return b.stars - a.stars });
loadMoreRepos();
}
</script>
<div class="footer">
<div class="container">
<div class="row">
<!-- <div class="d-xs-gone col-sm-2"> </div> -->
<div class="col-sm-2 col-push-8 footer_section d-none d-sm-block">
<div class="footer_subheading"><a href="https://www.mathworks.com/matlabcentral/?s_eid=PEP_20238">MATLAB Community</a></div>
<p><a href="https://www.mathworks.com/matlabcentral/fileexchange?s_eid=PEP_20236">File Exchange</a></p>
<p><a href="https://www.mathworks.com/matlabcentral/answers?s_eid=PEP_20237">MATLAB Answers</a></p>
</div>
<div class="col-sm-2 col-md-push-6 footer_section d-none d-sm-block">
<div class="footer_subheading"><a href="https://www.mathworks.com/?s_eid=PEP_20232">MathWorks.com</a></div>
<p><a href="https://www.mathworks.com/products.html?s_eid=PEP_20239">Products</a></p>
<p><a href="https://www.mathworks.com/support.html?s_eid=PEP_20240">Support</a></p>
<p><a href="https://www.mathworks.com/company/jobs/opportunities/?s_eid=PEP_20241">Careers</a></p>
</div>
<div class="col-sm-4 col-sm-pull-8">
<div class="social_text">
<a href="http://www.facebook.com/MATLAB" class="svg_link" target="_blank">
<img class="ico" alt="Facebook" src="assets/images/ico-facebook.svg">
</a>
<a href="http://www.twitter.com/MATLAB" class="svg_link" target="_blank">
<img class="ico" alt="Twitter" src="assets/images/ico-twitter.svg">
</a>
<a href="http://www.linkedin.com/company/the-mathworks_2" class="svg_link" target="_blank">
<img class="ico" alt="LinkedIn" src="assets/images/ico-linkedin.svg">
</a>
<a href="https://www.instagram.com/matlab/" class="svg_link" target="_blank">
<img class="ico" alt="Instagram" src="assets/images/ico-instagram.svg">
</a>
<a href="https://www.youtube.com/user/MATLAB" class="svg_link" target="_blank">
<img class="ico" alt="MATLAB videos on YouTube" src="assets/images/ico-youtube.svg">
</a>
<a href="https://www.mathworks.com/company/rss.html" class="svg_link" target="_blank">
<img class="ico" alt="MathWorks RSS Feed" src="assets/images/ico-rss.svg">
</a>
</div>
</div>
<div class="col-sm-4 order-sm-first footer_section">
<div class="footer_heading">
<a href="https://www.mathworks.com">MathWorks</a>
</div>
<i><p>Accelerating the pace of engineering and science</p></i>
<ul class="footernav">
<li class="footernav_footernav_trademarks">
<a href="https://www.mathworks.com/company/aboutus/policies_statements/trademarks.html?s_tid=gf_trd">Trademarks</a>
</li>
<li class="footernav_footernav_privacy">
<a href="https://www.mathworks.com/company/aboutus/policies_statements.html?s_tid=gf_priv">Privacy Policy</a>
</li>
</ul>
<p>© 1994-2026 The MathWorks, Inc.</p>
</div>
</div>
</div>
</div>
</body>
</html>