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

structure within a structure, will cause wrong {tag} substitutions #3

Open
GoogleCodeExporter opened this issue Apr 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

In the json2mat.m file, if the tag cell is not empty, previous tags will be 
used, to replace the tag markers. This yields wrong results.


n=size(indOC,1)+length(tag);
for i=n:-1:length(tag)+1

in lines 64,65 will fix this.

Emile

Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 3:42

Attachments:

@GoogleCodeExporter
Copy link
Author

Can you come up with an example - the more challenging the better,

thank you,

Jonas

Original comment by [email protected] on 7 Jan 2012 at 2:17

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 7 Jan 2012 at 2:21

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

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

No branches or pull requests

1 participant