Skip to content

Commit 99721e7

Browse files
authored
Updated Onramp Links (#1)
* Updating Onramps links * Update Onramp Links
1 parent 689ab59 commit 99721e7

20 files changed

+260
-34
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@
2626
*.pdf binary
2727
*.png binary
2828
*.xlsx binary
29-
30-
# Ignore HTML
31-
*.html linguist-detectable=false

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# List of untracked files to ignore
2+
3+
# Autosave files
4+
*.asv
5+
*.m~
6+
*.autosave
7+
*.slx.r*
8+
*.mdl.r*
9+
10+
# Derived content-obscured files
11+
*.p
12+
13+
# Compiled MEX files
14+
*.mex*
15+
16+
# Packaged app and toolbox files
17+
*.mlappinstall
18+
*.mltbx
19+
20+
# Deployable archives
21+
*.ctf
22+
23+
# Generated helpsearch folders
24+
helpsearch*/
25+
26+
# Code generation folders
27+
slprj/
28+
sccprj/
29+
codegen/
30+
31+
# Cache files
32+
*.slxc
33+
34+
# Cloud based storage dotfile
35+
.MATLABDriveTag

InteractiveExamples/MeshAnalysis.mlx

1.48 KB
Binary file not shown.

InteractiveExamples/NodalAnalysis.mlx

1.33 KB
Binary file not shown.

InteractiveExamples/OpAmps.mlx

1.48 KB
Binary file not shown.

InteractiveExamples/RCCircuits.mlx

1.25 KB
Binary file not shown.

InteractiveExamples/RLCCircuits.mlx

1.8 KB
Binary file not shown.
2.34 KB
Binary file not shown.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021, The MathWorks, Inc.
1+
Copyright (c) 2021-2022, The MathWorks, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Navigation/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
This HTML was auto-generated from MATLAB code.
88
To make changes, update the MATLAB code and republish this document.
9-
--><title>DC Circuit Analysis</title><meta name="generator" content="MATLAB 9.11"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2021-12-10"><meta name="DC.source" content="Overview.m"><style type="text/css">
9+
--><title>DC Circuit Analysis</title><meta name="generator" content="MATLAB 9.12"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2022-11-11"><meta name="DC.source" content="Overview.m"><style type="text/css">
1010
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
1111

1212
html { min-height:100%; margin-bottom:1px; }
@@ -261,7 +261,7 @@ <h2> Modules </h2>
261261
<br>
262262
</span>
263263
</span>
264-
</p><p>Copyright 2021 The MathWorks&#8482;, Inc.</p><p class="footer"><br><a href="https://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2021b</a><br></p></div><!--
264+
</p><p>Copyright 2021-2022 The MathWorks&#8482;, Inc.</p><p class="footer"><br><a href="https://www.mathworks.com/products/matlab/">Published with MATLAB&reg; R2022a</a><br></p></div><!--
265265
##### SOURCE BEGIN #####
266266
%% DC Circuit Analysis
267267
%
@@ -461,7 +461,7 @@ <h2> Modules </h2>
461461
% </span>
462462
% </html>
463463
%
464-
% Copyright 2021 The MathWorks(TM), Inc.
464+
% Copyright 2021-2022 The MathWorks(TM), Inc.
465465
466466
##### SOURCE END #####
467467
--></body></html>

0 commit comments

Comments
 (0)