Backend logs visible in MATLAB 2023b

3 visualizzazioni (ultimi 30 giorni)
Rajiv Kumar
Rajiv Kumar il 30 Ott 2023
Commentato: Walter Roberson il 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 Commenti
Rajiv Kumar
Rajiv Kumar il 16 Nov 2023
Modificato: Rajiv Kumar il 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 il 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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by