-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Describe the bug
An expression "[ ... ]" to create a matrix, which contains variables throws an error and does
not create the matrix as expected.
To Reproduce
a=1;b=2;c=3;
A=[a a a; b b b; c c c]
Expected behavior
Matrix A should be be created without error.
Screenshots
Desktop (please complete the following information):
- OS: Ubuntu 20.04
Additional context
None.
Reactions are currently unavailable
