photo

Harry Dymond


University of Bristol

Last seen: 7 mois il y a Actif depuis 2019

Followers: 0   Following: 0

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

Statistiques

All
MATLAB Answers

3 Questions
7 Réponses

File Exchange

2 Fichiers

Cody

0 Problèmes
3 Solutions

RANG
2 841
of 300 392

RÉPUTATION
21

CONTRIBUTIONS
3 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
11

RANG
4 857 of 20 933

RÉPUTATION
279

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
9

ALL TIME TÉLÉCHARGEMENTS
1156

RANG
74 716
of 168 335

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

A soumis


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

10 mois il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


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

plus d'un an il y a | 8 téléchargements |

5.0 / 5
Thumbnail

Question


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...

presque 5 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

environ 5 ans il y a

A résolu


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...

environ 5 ans il y a

A résolu


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:...

environ 5 ans il y a

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
Engineering notation
Use my FEX submission num2eng

plus de 5 ans il y a | 1

Réponse apportée
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...

plus de 5 ans il y a | 4

Question


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...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 5 ans il y a | 1

| A accepté

Question


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...

plus de 5 ans il y a | 3 réponses | 1

3

réponses

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
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...

plus de 5 ans il y a | 3

Réponse apportée
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...

plus de 6 ans il y a | 1