photo

Dan Dolan


Aktiv seit 2025

Followers: 0   Following: 1

Starting using MATLAB back in 1999.

Programming Languages:
C, MATLAB, Shell, Fortran
Spoken Languages:
English
Pronouns:
He/him

Statistik

All
MATLAB Answers

4 Fragen
5 Antworten

File Exchange

2 Dateien

Cody

0 Probleme
3 Lösungen

RANG
93.193
of 300.369

REPUTATION
0

BEITRÄGE
4 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
2

RANG
19.441 of 20.936

REPUTATION
0

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
2 Dateien

DOWNLOADS
8

ALL TIME DOWNLOADS
8

RANG
71.931
of 168.436

BEITRÄGE
0 Probleme
3 Lösungen

PUNKTESTAND
40

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • First Submission
  • Solver
  • First Answer
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to create an interactive menu in the command window?
How about this? https://www.mathworks.com/matlabcentral/fileexchange/182333-listtext

16 Tage vor | 0

Gesendet


listText
Text-based list selection

16 Tage vor | 5 Downloads |

0.0 / 5
Thumbnail

Beantwortet
After updating to macOS Tahoe, my Matlab 2024b text in GUI becomes super blurry
I have confirmed that R2025b looks fine in Tahoe 26.0.1 while R2024a is blurry. Mac users should strongly consider upgrading to...

17 Tage vor | 0

Beantwortet
Distinguish installed MATLAB from Online/Mobile versions
Here is the best I have so far. % environment Determine computing environment % % This function determines the computing envi...

etwa ein Monat vor | 0

| akzeptiert

Frage


Distinguish installed MATLAB from Online/Mobile versions
MATLAB has commands such as ispc/ismac/isunix and computer to determine the local computing environment. Is there a way to dist...

etwa ein Monat vor | 1 Antwort | 0

1

Antwort

Frage


Is Helvetica available on every MATLAB platform?
I am programmatically building graphical interfaces and was wondering how universal Helvetica is on various platforms. A quick ...

etwa 2 Monate vor | 2 Antworten | 0

2

Antworten

Gesendet


Graphic component box class
This class assists programmatic creation of graphical user interfaces.

3 Monate vor | 3 Downloads |

0.0 / 5
Thumbnail

Gelöst


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

4 Monate vor

Gelöst


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

4 Monate vor

Gelöst


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

4 Monate vor

Frage


Differences between figure and uifigure (R2025a onward)
Now that Java graphics are gone starting in R2025a, is there any strict distinction between figure() and uifigure()? Some defau...

5 Monate vor | 2 Antworten | 2

2

Antworten

Beantwortet
Dynamic dashboard radio button options
Matthew, What you are asking is absolutely possible, though the practicality depends on whether or not the number of options ch...

10 Monate vor | 0

Beantwortet
Why are there complex results for an inverted pendulum allowed to rock and slide with ODE113?
A number of the derivatives have factors to the 1/2 or -1/2 power. Whenver the terms inside become negative, imaginary results ...

10 Monate vor | 0

Frage


Why are graphic positions not observable properties?
Back story: I am trying to port dialog boxes based on uicontrols to their uifigure equivalents: uilabel, uibutton, etc. The old...

10 Monate vor | 1 Antwort | 0

1

Antwort