diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2016-10-30 23:43:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 23:43:17 -0400 |
commit | bf59fb4a4a91bbe58b90d13d9d33101bb63393ee (patch) | |
tree | dcad53f42b7885d7d4e5f9f51dbce20a8742774f | |
parent | d4fe440119cf2ba3b9306c831e322d6ddc290466 (diff) | |
parent | 9ca9e466a7c7d94080f7c87808e2ce409c586b5a (diff) |
Merge pull request #2541 from yihongang/matlab_blogs
Add new reading resources on MATLAB
-rw-r--r-- | matlab.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/matlab.html.markdown b/matlab.html.markdown index 51b7bd4e..86b116c6 100644 --- a/matlab.html.markdown +++ b/matlab.html.markdown @@ -557,6 +557,8 @@ c = a + b ## More on Matlab -* The official website [http://http://www.mathworks.com/products/matlab/](http://www.mathworks.com/products/matlab/) -* The official MATLAB Answers forum: [http://www.mathworks.com/matlabcentral/answers/](http://www.mathworks.com/matlabcentral/answers/) +* [The official website](http://www.mathworks.com/products/matlab/) +* [The official MATLAB Answers forum](http://www.mathworks.com/matlabcentral/answers/) +* [Loren on the Art of MATLAB](http://blogs.mathworks.com/loren/) +* [Cleve's Corner](http://blogs.mathworks.com/cleve/) |