I need to add some new controls to my web app that searches the HTML of our website. The web app communicates with another MATLAB via tcp/ip, so I will need to make UI and code changes in the app and… 더 읽어보기 >>
I need to add some new controls to my web app that searches the HTML of our website. The web app communicates with another MATLAB via tcp/ip, so I will need to make UI and code changes in the app and… 더 읽어보기 >>
So, I think I have finished the work to add a settings feature to my app. Now I want to write some more interactive tests to make sure it’s working correctly.
Features covered in this… 더 읽어보기 >>
So, in my attempt to add a settings feature to my web app, I have managed to add a settings tab with one uicontrol. When it’s value is changed, it saves its value to a MAT file. Next, when the… 더 읽어보기 >>
I maintain some MATLAB web apps that are used internally by other MathWorkers. For one of the apps, I want to allow users to save default settings for the app’s behavior.
I think I will provide… 더 읽어보기 >>
I’ve created quite a few unit tests for one of my MATLAB apps, but I’m not sure if I’m testing all it’s functionality. That is where the Coverage Report comes in. I’m… 더 읽어보기 >>
My colleague told me that one of the web apps that I maintain for internal use has stopped working. So I want to investigate the issue and try and fix it. I thought I would show you my typical… 더 읽어보기 >>
My app takes a while to start because it has to load a good amount of data from a database, then analyze it before its ready to be used. I have an idea of how to speed this up, so I’m going to… 더 읽어보기 >>
Here I finish developing a local file cache for my video analysis function. In this phase, I incorporate the changes I made to my function into a web app that uses it. I hope it will greatly reduce… 더 읽어보기 >>
Here I want to add a “Row Totals” column to a pivot table in the web app that I’m working on. I need to add my UI control and update my code to calculate the totals column and add… 더 읽어보기 >>
Here is a video I recorded not long after 22a was released, but I haven’t posted it yet. It shows an example of using “Pause on Error” with MATLAB App Designer, which is a very… 더 읽어보기 >>