photo

Daniel Dolan


Last seen: 5개월 전 2009년부터 활동

Followers: 0   Following: 0

메시지

Using MATLAB since 1999.

통계학

All
  • Treasure Hunt Participant
  • Thankful Level 3
  • Personal Best Downloads Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • GitHub Submissions Level 1
  • First Submission
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to fix the column width of uitable so the user can't change it?
One pure MATLAB fix is to turn off column labels. It's a bit of a pain, but you can insert text labels above each table column ...

8개월 전 | 0

질문


Fix to frequent "Application not responding" for MATLAB on the Mac
I am frequently having the Mac version of MATLAB lock up in "Application not responding", leading to "Force quit" in the Finder ...

8개월 전 | 답변 수: 2 | 5

2

답변

답변 있음
Is there a faster complex exponent?
(It's a little tacky answering my own question, but I wanted to synthesize helpful comments from Walter and Bruno). The MATLAB ...

대략 1년 전 | 0

| 수락됨

질문


Is there a faster complex exponent?
Is there any way to more quickly evaluate complex exponentials, i.e: where Q is a real array? Quick numerical tests show tha...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


uifigure vector export size/resolution
Suppose I want to export a uifigure to a vector file (*.pdf) at a specific size. The exportgraphics command has a resolution op...

대략 1년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Using MatLab 2022b, I am .txt files are grayed out when I use 'uigetfile' function on the newest Mac operation system 'Monterey' V 12.6.1
I don't have a complete solution, but it seems that putting *.* up front helps. [fileName,pathName] = uigetfile({'*.*';'*.txt.g...

1년 초과 전 | 0

답변 있음
Where should user preferences be stored?
MATLAB's setpref/getpref commands are the best solution on specific machine, and they persist across sessions.

대략 2년 전 | 0

| 수락됨

질문


Meaning of less/greater than in handle objects
What is the meaning of less/greater than in handle objects? Here is a simple example. classdef SimpleHandle < handle en...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is with all these MATLAB updates?
Why are there so many MATLAB updates lately? There are two formal releases each year, but now it's pretty much a given that one...

4년 초과 전 | 답변 수: 0 | 1

0

답변

질문


MATLAB can't see browser tab created by another tab?
Try opening a website that generates tabs. For example: [status,browser,url]=web( 'http://henke.lbl.gov/optical_constant...

6년 초과 전 | 답변 수: 0 | 1

0

답변

답변 있음
uigetfile DialogTitle does not show in file browser
I recently encountered the problem and submitted a bug report. The response was the issue was an operating system problem, not ...

대략 8년 전 | 0

질문


Where should user preferences be stored?
Suppose you have a toolbox that recognizes a variety of user preferences that are to be reused throughout a MATLAB session. Wh...

대략 9년 전 | 답변 수: 3 | 0

3

답변

질문


Keep user documentation in a single tab
The 2013b release documentation browser shows a behavior I haven't before. When I view the documentation for a builtin function...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


Changing property attributes in a value class
Is there a way to change the attributes of a class without using dynamicprops? I would like to be able to hide and reveal prope...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Remote MATLAB with Java support
I am trying to launch MATLAB on a workstation with the Parallel Computing Toolbox (2012a) from a laptop. I can ssh to the work...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


Suppress line number display in error message
Is there a way to suppress the line number display when using the error command? For example, the following statement in a func...

대략 12년 전 | 답변 수: 4 | 1

4

답변

질문


Suppressing superclass methods/events
Is there a way to suppress super class methods and events? For example, a class based on handle: classdef my_class...

대략 13년 전 | 답변 수: 2 | 0

2

답변