Variables Window unusable in Matlab 2025

301 views (last 30 days)
Jan
Jan on 25 Jul 2025
Edited: Amir on 10 Nov 2025 at 20:01
Unfortunately, the switch to MATLAB 2025 has made the Variable Editor unusable. This is due to two issues:
  1. Variables are not displayed immediately in the Variable Editor. When double-clicking a variable in the workspace, sometimes one and sometimes two windows open—one of which is always empty and shows a loading circle.
  2. When using copy-paste, entire rows or columns are no longer copied. Instead, only a portion is copied, which changes simply by scrolling within the Variable Editor.
As a result, I can no longer use MATLAB effectively, since I frequently need to copy and move large sets of measurement data.
Is this a known issue, or is my PC simply too old/slow/faulty?
Best regards,
Jan
  12 Comments
Mingqi
Mingqi on 30 Oct 2025 at 1:19
The new GUI looks like some sort of Webview framework. I am curious if this framework cost more memory as did by similar frameworks such as Electron.
Amir
Amir on 10 Nov 2025 at 19:59
Edited: Amir on 10 Nov 2025 at 20:01
The number of bugs in 2025 release is so large, no one can even take a stab at reporting. It is disfunctional. My guess is you are using some AI to change everything so quickly and you are counting on the users to be your testers. I am using the latest dell Percision with the best CPU and GPU and 64 GB of ram, and I need to wait hours for scripts that used to take minutes. Mathworks is not the only company struggling with this, latest IOS update has made my i-phone disfuctional. At least matlab has the courtsey of letting us downgrade. with I-phone, I am going to fix my old I-phones hardware issue and never let it update again. My windows 11 just takes clicks whenever it feels like it (even when matlab is closed). Please stop using LLMs for product development.

Sign in to comment.

Answers (2)

James Owen
James Owen on 31 Oct 2025 at 21:14
Edited: James Owen on 31 Oct 2025 at 21:15
For the two classes of Variable Editor issue reported here from Jan and Natan:
  1. Various Issues with opening the Variable Editor:
Thank you for bringing these issues to our attention. Our development team is actively qualifying a fix for this issue now. Please check back or set an alert on this post to be made aware of when the fix is available.
2. Copy and paste issues:
The essence of the problem is that when you copy to the clipboard, we initially 1) Copy the part of the data that is rendered into the viewport. 2) Sometime later the true full precision data is copied by MATLAB onto the system clipboard. If the paste operation happens between events 1 and 2 the pasted data may not be complete. One workaround to consider is just to wait for event 2 to happen before pasting. If the copied data is very large this can be time consuming though, so we recognize that it’s not always ideal
Our development team is closely reviewing this issue and considering solutions. Please check back or set an alert on this post to be made aware of when a fix is available.

Andreas Goser
Andreas Goser on 4 Sep 2025
First of all, let me say I am sorry to see you are running into this issue.
A few general remarks about upgrading/downgrading: You can and are encouraged to install releases in parallel. While most projects update smoothly, sure, sometimes you may run into issues. Here you can keep your (somewhat) older release for your productive work and migrate to a higher relase and if needed for with MathWorks support to address issues.
At user "Jan". MathWorks Technical Support received your service request and I just spoke with the engineer who is looking into it. You will be contacted through the service request.
  3 Comments
dpb
dpb on 4 Sep 2025
@Federico -- if you have other uses that are buggy, submit them to Mathworks as an official support request/bug at <Product Support Page>. If they (Mathworks) don't have the specific bug and how it is created in their database, it may not be found. Answers is not an official TMW support avenue so it may be missed if only here.
Andreas Goser
Andreas Goser on 5 Sep 2025
One piece of motivation to report bugs to MathWorks as opposed to hoping others already did:
On a regular basis, I see bugs where I am under the impression "This must impact a number of users!", and when I dive in, I find out it was reported by exactly one person only...

Sign in to comment.

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Products


Release

R2025a

Community Treasure Hunt

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

Start Hunting!