Skip to content

Conversation

@StephenCWills
Copy link
Member

I added a Type field to the MATLABAnalyticTag class so that MATLAB analytics can send back data to be handled in a special way by the C# engine. The G7 analytic now sends back JSON data in a tag of type SOELog, which gets parsed and then pushed into the database. Note that we had to use JSON because the MATLAB runtime was crashing SOE Engine when I tried to marshal a struct array.

With the SOELog data in the database, we were able to rewrite the entirety of the MakeReplay.m MATLAB script using a single SQL query (MakeReplay.sql). That represents the core of the changes that were made here.

For more details on the visualization changes that were made, see the Word document attached to the Jira ticket to see the original list of items that were requested.

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

Successfully merging this pull request may close these issues.

1 participant