Daniel Dolan - MATLAB Central
photo

Daniel Dolan


Last seen: 3 maanden ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
MATLAB AnswersFile ExchangeFrom 12/16 to 03/25Use left and right arrows to move selectionFrom 12/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 Questions
9 Answers

File Exchange

1 File

RANK
3.151
of 297.503

REPUTATION
18

CONTRIBUTIONS
5 Questions
9 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
9

RANK
13.601 of 20.449

REPUTATION
20

AVERAGE RATING
4.00

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
165

RANK

of 159.017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Revival Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


When will the transition from Java to Javascript be complete?
It's been nearly ten years since MATLAB began to transition from Java to Javascript graphics. Is there any roadmap for when thi...

8 maanden ago | 2 answers | 3

2

answers

Answered
Extraction of struct dataset
I will assume that every frame is a 2D array of the same size. Use the first array to preallocate a 3D array, each layer of whi...

bijna 2 jaar ago | 0

Answered
Extraction of struct dataset
I will assume that every frame is a 2D array of the same size. Use the first array to preallocate a 3D array, each layer of whi...

bijna 2 jaar ago | 0

| accepted

Answered
Is online documentation (2023) a terrible idea?
(This is not an answer, but rather a summary of discussion in the comments.) Some, and perhaps many, MATLAB users are unaffecte...

bijna 2 jaar ago | 0

Question


Is online documentation (2023) a terrible idea?
I am probably old fashioned, but separating MATLAB's documentation from the installation seems like a terrible idea. Obviously ...

bijna 2 jaar ago | 3 answers | 2

3

answers

Question


MATLAB *sometimes* prints non-ASCII characters in the command window
I have noticed a strange quirk where MATLAB sometimes prints non-ASCII characters in the command window. Specifically, the mult...

ongeveer 4 jaar ago | 0 answers | 0

0

answers

Question


Is anyone else disappointed with uifigures?
Is anyone else disappointed with uifigures? It seems apparent that these will eventually replace traditional figures, but there...

ongeveer 4 jaar ago | 0 answers | 2

0

answers

Answered
custom class documentation question
You might take a look at the help2html function, located in the same directory as the doc function. It is an unsupported file a...

meer dan 4 jaar ago | 0

Answered
How do I listen for when new axes are added to a figure?
Matthew, I've been looking for a similar feature that keeps a particular axes on top of everything else. The ChildAdded listen...

meer dan 4 jaar ago | 0

Answered
spitting up a character
How about htis? clear c = '1357320676222345'; L = length(c); out=repmat('0',[1 3*L]); i=1; k=1; while i < L if (...

ongeveer 6 jaar ago | 1

Answered
duffing equation ODE45
Pass an array of tpan points. From the ode45 documentation: tspan — Interval of integration vector Interval of integration...

ongeveer 6 jaar ago | 0

Answered
Saving an image from subplots in a uipanel
You could copy the axes objects to a temporary figure. name={'plotx' 'ploty' 'plotz'}; pos=getpixelposition(get(handle...

bijna 7 jaar ago | 0

| accepted

Answered
[fmincon] Can I use the fmincon when the objective funtion is not analytic, i.e., when the objective funtion includes variables that changes at each iteration ?
Calculations of a=a(x) and b=b(x) can incorporated inside the objective function. All the optimizer cares about is how the outp...

bijna 7 jaar ago | 0

Question


Show a particular tab in the web browser
Suppose that I have two tabs open in MATLAB's web browser. [~,A]=web('google.com','-new'); [~,B]=web('bing.com','-new'...

bijna 7 jaar ago | 0 answers | 1

0

answers

Submitted


Scaled figure class
Accurate graphic sizing when ScreenPixelsPerInch is not available

ongeveer 8 jaar ago | 2 downloads |

4.0 / 5