Details pane missing in 2025a
이 질문을 팔로우합니다.
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다.
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다.
오류 발생
페이지가 변경되었기 때문에 동작을 완료할 수 없습니다. 업데이트된 상태를 보려면 페이지를 다시 불러오십시오.
이전 댓글 표시
1 개 추천
I have just installed 2025a and the details pane in the main command window is missing. I can't find the setting to restore it. It's reall y useful to load single variables from mat files and add other variables so I really miss it! Attached image shows it in 2024b
채택된 답변
0 개 추천
Yes, it's been removed. You can still preview the file by right-clicking on it and selecting Preview. I would be interested to know what happens for you when you try to drag a variable from there into the Command Window. For me, the Command Window freezes up entirely.
댓글 수: 12
Philip Masding
2025년 7월 21일
HI Matt, thank you for your answer. I can successfully drag variables from the preview to the command window. I tried several different .mat files and there were no problems. I can also drag a variable from the workspace pane to a file in the files pane. So I have all the functionality as in earlier versions
Matt J
2025년 7월 21일
If so, I guess your issue is resolved, right? If that's the case, please Accept-click the answer.
Philip Masding
2025년 7월 22일
Details pane was much better then the preview method.
dpb
2025년 7월 22일
In what way(s)?
Matt J
2025년 7월 22일
In what way(s)?
For one thing, it took fewer mouse clicks to get to the information. For another, the previewer takes several seconds to load (or so I find), even on small .mat files containing only a few scalar variables.
Philip Masding
2025년 7월 22일
I am saying the old method (details pane) is better than the previewer. Your comment seems to agree with that so I think we are in agreement?
Matt J
2025년 7월 22일
@Philip Masding Whose comment are you referring to, mine or @dpb's? Yes, I agree the details pane was better.
As I've commented before, "new and improved" isn't always better, sometimes just different or even not as good as the former. It appears Mathworks has fallen into trying to reinvent the wheel on the UI. I've never found any real use for any almost of the stuff that has been added since R7; other than the command window, history and editor, don't much see the need to clutter things up and add the bloat.
But, to each his own; although one wonders why review teams don't bring up these issues before things are revised/removed, though. I would raise the issue of missing features that did find useful as quality of implementation bugs although it's not likely to change corporate direction which, I think, is getting off track.
My comment was intended to focus on specifics missing in order to support the reasons for restoring prior functionality.
Steven Lord
2025년 7월 23일
It appears Mathworks has fallen into trying to reinvent the wheel on the UI. I've never found any real use for any almost of the stuff that has been added since R7
I've highlighted a key word in your comment. Not every feature needs to be useful for every user in order for MathWorks to implement it; indeed, I'm pretty sure that would be an impossible requirement! [Even performance improvements, which you think might please everyone, can annoy users if they change the answers slightly causing "ripple effects" in code that uses it.
And no, this is not a hypothetical concern. I've seen technical support cases where users complained about a bug changing the answers of their code when a new release comes out, and the root cause being a change to make a function faster causing a unit-in-the-last-place change in the answer returned by that function. The answer was still correct (indeed, it could be considered more accurate than the previous answer in some cases) but because it was different that user had to contact Support.]
But, to each his own; although one wonders why review teams don't bring up these issues before things are revised/removed, though. I would raise the issue of missing features that did find useful as quality of implementation bugs although it's not likely to change corporate direction which, I think, is getting off track.
What makes you think review teams don't bring up these issues? As someone who is on a design review team (though not one of the ones that reviewed this particular change) we do think a LOT about compatibility and workflows when reviewing proposals for new features in MATLAB. But compatibility is just one aspect of the design that we need to consider.
It's a trade-off -- suppose as a hypothetical example that in order to keep the details pane around, we would have had to delay dark mode (a feature that a ton of users have been clamoring for, in some cases for years) by six months to make the code changes needed to make the details pane compatible with dark mode. Would that have been preferable?
One thing I would suggest is that you try out the Prerelease that we offer before the general release ships to users. If you see something that's a show-stopper for your workflow, if you share that feedback on the Prerelease there's time (not much of it, but a little) for us to action it. Again, I'm not guaranteeing that if you had written in saying "Why the bleep did you remove the details pane? Bring it back!" we would have actioned that feedback. But we might have.
I understand there are trade-offs; from my viewpoint it seems the rush to release two updates a year has taken precedence over when new features are really ready to be released to the production code base.
Personally, I'd prefer later release of the feature with enough time with the prerelease for there to actually be a meaningful time frame available for user testing and feedback that TMW could realistically make such changes. The competitive environment with the plethora of alternatives currently available may not be amenable to such a cycle, however.
I grok the perfomrance example; that's why in my former life with a commercial reactor vendor MATLAB was never an allowable toolset; the reverification exercise that would be required to continue to with supported versions would have been far more effort than the benefits of having the development platform instead of the traditional compile/link/submit step of compiler toolsets with official Standard conformance. The pace of improvements was a snail or nonexistent but the NRC compliance and licensing comparisons to allow a change in toolsets was a many months/years effort (although we at least had sufficient "smarts" built into the comparisons to define a meaningfully different result magnitude, not strict equality to the last decimal digit). The move of production code from one vendor/compiler toolset to another took roughly two years prior preparation in recoding and conversion and then about another eighteen months verfication after the new platform was onsite before were able to actually "pull the plug" on the former platform and use only the new one with NRC concurrence.
It also is probably not practical to release performance improvements without all the graphical/UI stuff, too, although that would be the overall direction that would fit my working style most appropriately, not really giving a hoot about the fancy UI stuff.
Daniel
2026년 4월 15일
I was personnaly using the detail panes to "navigate" in big classes when I wanted to quickly get to methods or a section. Especially in projects with multiple 1000+ lines files. Oh and I already know this should never happen in a perfect world where everyone follows good parctices, but more often than not, you are forced to use someone else's code. As a more descriptive and realistic circumstance, imagine you are dealing with multiple class files with 1000+ lines each and try to find some callback method that does something special but you can't quite remember anything useful about it that would help your search (e.g. the method's name or the graphical object its linked to). In that case, it's kind of painful to have to scroll the entire file(s) to (try to) find it (that might even take a few passes!). And the "find" tools are themselves useless without a good name guess.
@Daniel That's great. I hadn't noticed you could do that.That is definitely incentive not to upgrade :-(
(You can sort of get the same effect in R2025+ by opening the class in the Class Diagram Viewer and using "Go To Source")
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
