How may I create a blog

1 Ansicht (letzte 30 Tage)
AJ Geiger
AJ Geiger am 12 Nov. 2017
Kommentiert: the cyclist am 16 Nov. 2017
I created a modern interactive Matlab GUI controls as part of my capstone project. The controls mirror what you would expect from the most current interfaces we know and love today. The toolbox Includes.
Modern Drag and Drop UITree
Modern UITable (with search bar)
Modern Menu
Modern Slide Bar
Modern Buttons
Rounded Edit Text Box
New Pie Chart
and much more
I do not wish to use file exchange.

Antworten (2)

the cyclist
the cyclist am 12 Nov. 2017
It's not very clear to me what you are hoping for here. The file exchange is the way to share code with the MATLAB community. The official blogs here are from MathWorks staffers, not users.
You could share your code on github directly, I guess, rather than via the FEX. And then set up a blog at one of the bazillion site where one can do that. But ... why?
  1 Kommentar
AJ Geiger
AJ Geiger am 12 Nov. 2017
I need to have access to the Matlab production server for my capstone project.
My goal is to start a blog to promote my GUI. Once I have access to Matlab's production server, I will make the toolbox open to the public.

Melden Sie sich an, um zu kommentieren.


Walter Roberson
Walter Roberson am 12 Nov. 2017
What is the question here? If you want a blog, start a blog. Mathworks does not provide any blog tools.
Note that if you hope to connect the blog to allow users to execute programs by using MATLAB or MATLAB Production Server, then you may run across license restrictions.
"capstone project" is an academic term, so your license is either a Student license or an Academic license. It is not permitted to make MATLAB running under a Student license available by way of the web. MATLAB Production Server requires that the code has been compiled by MATLAB Compiler or MATLAB Compiler SDK, neither of which are available for Student licenses. If your university happens to have a Total Academic Headcount or Total Student Headcount license then it is permitted for them to provide you with access to Academic licenses -- but that is not permitted for traditional Academic licenses, not for doing course work. Executables compiled with an Academic license cannot be deployed for public access -- only for the "internal purposes" of the institution.
If someone you have access to a "Standard" (commercial) license for MATLAB Production Server, then these restrictions do not apply.
  4 Kommentare
AJ Geiger
AJ Geiger am 15 Nov. 2017
Bearbeitet: per isakson am 16 Nov. 2017
the cyclist
the cyclist am 16 Nov. 2017
Again, those blogs are written by MathWorks staff, not users. I suppose you could ask one of them if you could write a guest post on their blog, but I think that that is unlikely to happen.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Manage Products finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by