photo

Harry Dymond


University of Bristol

Last seen: 7 mesi fa Attivo dal 2019

Followers: 0   Following: 0

Senior Researcher in Power Electronics with the Electrical Energy Management Group.

Statistica

All
MATLAB Answers

3 Domande
7 Risposte

File Exchange

2 File

Cody

0 Problemi
3 Soluzioni

RANK
2.842
of 300.369

REPUTAZIONE
21

CONTRIBUTI
3 Domande
7 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
11

RANK
4.860 of 20.936

REPUTAZIONE
279

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
2 File

DOWNLOAD
10

ALL TIME DOWNLOAD
1157

RANK
74.768
of 168.436

CONTRIBUTI
0 Problemi
3 Soluzioni

PUNTEGGIO
40

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 4
  • Solver
  • Personal Best Downloads Level 2
  • Editor's Pick
  • Thankful Level 1
  • First Review
  • First Submission
  • First Answer

Visualizza badge

Feeds

Visto da

Inviato


Prettify MATLAB html
Provides additional features when exporting .m files to html using MATLAB's "publish" feature

10 mesi fa | 2 download |

5.0 / 5
Thumbnail

Inviato


num2eng
Convert numbers to engineering notation strings, or use SI-prefixes instead. Offers extensive customisation. Also works on axes ...

oltre un anno fa | 8 download |

5.0 / 5
Thumbnail

Domanda


How do I get a list of currently executing functions?
Before you say it, dbstack does not solve my problem! dbstack is really a list of executing code files, as opposed to a list of...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

circa 5 anni fa

Risolto


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

circa 5 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 5 anni fa

Risposto
Format colorbar using engineering notation
A little late for the OP perhaps, but: My num2eng FEX submission will process colorbars to update the tick labels, and keep the...

oltre 5 anni fa | 0

Risposto
Engineering notation
Use my FEX submission num2eng

oltre 5 anni fa | 1

Risposto
How to find listeners attached to an object
Found the answer on StackOverflow: any object with listeners attached will have an undocumented property .AutoListeners__, which...

oltre 5 anni fa | 4

Domanda


Can I make MATLAB use a custom copy method when creating an array of my class?
I'm having an issue with a class that has properties that are handle classes. I've created this example to demonstrate the probl...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
Is is possible to control the order of inherited class properties?
Following the advice of William Warriner, here is what can be done. Change Example_Class_2 as follows: classdef Example_Class_2...

oltre 5 anni fa | 1

| accettato

Domanda


Is is possible to control the order of inherited class properties?
Consider two simple classes, where one inherits from the other: First class: classdef Example_Class_1 < handle propertie...

oltre 5 anni fa | 3 risposte | 1

3

risposte

Risposto
Exponential precision of power engineering format
My FEX submission num2eng will do this for printed output. It handles edge cases such as Inf and NaN inputs, has extensive forma...

oltre 5 anni fa | 0

Risposto
Display number with engineering notation
For the benifit of those stumbling across this old thread in search of answers: my FEX submission num2eng will do this, and offe...

oltre 5 anni fa | 3

Risposto
Make num2str in engineering format
For the benifit of those stumbling across this old thread in search of answers: my FEX submission num2eng will do what the OP is...

oltre 6 anni fa | 1