-
I encounter a very naive problem when I try to use this package. I found all the parameters like ' diagrams.cylinder_line(c1, c2, LineWidth=8, color=diagrams.colors.blue) ' can not be read by MATLAB. When 'LineWidth=8, color=diagrams.colors.blue' is replaced by ' 'LineWidth',8, 'color',diagrams.colors.blue ', it works. Did I miss something? or How should I set my MATLAB to fix that? Could you please help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for your interest in this library! Name=Value in function calls is only supported since MATLAB R2021a. Is your version older than this? https://www.mathworks.com/help/matlab/matlab_prog/namevalue-in-function-calls.html |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your interest in this library!
Name=Value in function calls is only supported since MATLAB R2021a. Is your version older than this?
https://www.mathworks.com/help/matlab/matlab_prog/namevalue-in-function-calls.html