Clear Filters
Clear Filters

Backend logs visible in MATLAB 2023b

3 views (last 30 days)
Rajiv Kumar
Rajiv Kumar on 30 Oct 2023
Commented: Walter Roberson on 16 Nov 2023
Hi Team
I had been using MATLAB 2022b for my development. On switching to MATLAB 2023b, i have observed that I receive the logs (the location at which my function is called) associated with the warnings as shown. Previously, I was only receiving a single warning statement which was fine. Due to the logs, it now becomes difficult for me to view what values i am receiving in my command window in 2023b. How do I suppress the logs?
  8 Comments
Rajiv Kumar
Rajiv Kumar on 16 Nov 2023
Edited: Rajiv Kumar on 16 Nov 2023
Polyfit has been added deliberately since we want to see whether there are not enough data points. But the associated logs coming from the app designer are not desired and this is the problem that is visible in MATLAB 2023b and not in earlier matlab releases.
Walter Roberson
Walter Roberson on 16 Nov 2023
Fix the problem with polyfit first. That is, when you find a situation where the degree is too high, you should either skip the calculations that rely on the fit, or else use an alternate logic.
Assume that the problem is that the dlarray processing is unhappy being asked to calculate mathematically meaningless tasks

Sign in to comment.

Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!