Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Matlab variables #570

Closed
petobens opened this issue Sep 22, 2015 · 2 comments
Closed

Add support for Matlab variables #570

petobens opened this issue Sep 22, 2015 · 2 comments

Comments

@petobens
Copy link

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!

@vhda
Copy link
Contributor

vhda commented Sep 22, 2015

Please try #571

@masatake
Copy link
Member

The original issue is solved by the commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants