Git Product home page Git Product logo

Comments (6)

sco1 avatar sco1 commented on July 30, 2024 1

The App Designer tech preview was released in October 2014, so I was thinking R2014b or R2014a would have been the earliest they'd start incorporating support. I'll set the flag to R2014b for now.

from mlapp2classdef.

sco1 avatar sco1 commented on July 30, 2024

Interesting, good find!

I just tested that using diary to pipe the output to an *.m file functions correctly, but it adds leading and trailing diary commands that need to be removed. It can also be piped to a string with evalc and written to a file with fprintf, which may be the most time expedient option.

I'll add in a check for versions >= R2016a to utilize one of these options to avoid the overhead of unzipping.

from mlapp2classdef.

sco1 avatar sco1 commented on July 30, 2024

type works on *.mlapp files in R2015b as well, I don't have any other old versions to test with.

from mlapp2classdef.

Dev-iL avatar Dev-iL commented on July 30, 2024

Just tested on 2015a - works.

from mlapp2classdef.

Dev-iL avatar Dev-iL commented on July 30, 2024

@AnderBiguri tested this on 2014b and it still works. @adeak tested it on 2012b and it doesn't.

from mlapp2classdef.

sco1 avatar sco1 commented on July 30, 2024

Should be in now but the regular expressions will need to be compared between versions. The "old" MATLAB handling reads every line of the XML file into its own cell but the type approach reads everything into a single character array.

from mlapp2classdef.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.