You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After seeing the work done by @vhda in #544, I was wondering if it is possible to add support for Matlab variables. Consider for example the following foo.m file:
A = magic(4);
R = randn(3,4,5);
It would be great if tags were generated for these variable.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
After seeing the work done by @vhda in #544, I was wondering if it is possible to add support for Matlab variables. Consider for example the following
foo.m
file:It would be great if tags were generated for these variable.
Thanks in advance!
The text was updated successfully, but these errors were encountered: