Daniel Dolan
Followers: 0 Following: 0
Using MATLAB since 1999.
Statistics
RANK
6,185
of 295,448
REPUTATION
7
CONTRIBUTIONS
12 Questions
5 Answers
ANSWER ACCEPTANCE
58.33%
VOTES RECEIVED
7
RANK
2,842 of 20,227
REPUTATION
578
AVERAGE RATING
5.00
CONTRIBUTIONS
4 Files
DOWNLOADS
12
ALL TIME DOWNLOADS
5196
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 ...
7 months ago | 0
Question
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 ...
7 months ago | 2 answers | 4
2
answersIs 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 ...
11 months ago | 0
| accepted
Question
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...
11 months ago | 2 answers | 0
2
answersQuestion
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...
12 months ago | 2 answers | 0
2
answersUsing 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 year ago | 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 years ago | 0
| accepted
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 1
0
answersQuestion
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 years ago | 0 answers | 1
0
answersuigetfile 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 years ago | 0
Question
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 years ago | 3 answers | 0
3
answersQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 4 answers | 1
4
answersQuestion
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 years ago | 2 answers | 0