Question


"/bin/bash: R: command not found" when trying to run R from MATLAB (mac)
I'm trying to call R from MATLAB (R2016b/R2017a prerelease) on macOS (10.12 Siera). I've installed R and on Terminal.app, com...

7 years ago | 1 answer | 0

1

answer

Answered
A way to work around MATLAB's inability of put a local function into M-script
Actually, after trying out R2016b, which allows us to use local functions in scripts or Live scripts, I still think the alternat...

7 years ago | 0

Submitted


plotColors(colors) for visual inspection of MATLAB colors
plotColors(colors) allows you to see colors in fiugre

7 years ago | 1 download |

Thumbnail

Submitted


defaultPlotColors() to get or draw the 7 default colors used by plot() function
defaultPlotColors() allows you to get or draw the 7 default colors of plot() function since R2014b

7 years ago | 2 downloads |

Thumbnail

Submitted


ribboncoloredZ.m
ribboncoloredZ() is a wrapper of built-in ribbon() with coloring ribbons according to Z values

7 years ago | 3 downloads |

Thumbnail

Question


Help to solve a regexp problem
I'm trying to capture comment block in a string (char array). Regular expression '%.*(\n|$)' captures string from % to the end o...

7 years ago | 1 answer | 0

1

answer

Question


A way to work around MATLAB's inability of put a local function into M-script
I have been wondering why we are not allowed to put a local function in a script file. According to related threads below, it se...

7 years ago | 3 answers | 1

3

answers

Question


rmdir frequently fails with the 'MATLAB:RMDIR:SomeDirectoriesNotRemoved' error
I'm using matlab.unittest.fixtures for unit testing with matlab.unittest.TestCase. The operation involves file conversions, so I...

8 years ago | 2 answers | 0

2

answers

Question


cell2table behaviour on numerical arrays of different sizes
This isn't actually a question. Rather, this is a feature request. In the documentation of <http://mathworks.com/help/matlab/...

8 years ago | 0 answers | 0

0

answers