
Harry Dymond
University of Bristol
Senior Researcher in Power Electronics with the Electrical Energy Management Group.
Estadísticas
CLASIFICACIÓN
3.896
of 279.833
REPUTACIÓN
11
CONTRIBUCIONES
3 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
4.995 of 18.771
REPUTACIÓN
244
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
20
ALL TIME DESCARGAS
852
CLASIFICACIÓN
56.672
of 128.656
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Enviada
Prettify MATLAB html
Provides additional features when exporting .m files to html using MATLAB's "publish" feature
12 meses hace | 1 descarga |

Enviada
num2eng
Convert numbers to engineering notation strings, or use SI-prefixes instead. Offers extensive customisation. Also works on axes ...
casi 2 años hace | 19 descargas |

Pregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestasResuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
más de 2 años hace
Resuelto
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...
más de 2 años hace
Resuelto
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:...
más de 2 años hace
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...
casi 3 años hace | 0
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...
casi 3 años hace | 1
Pregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaIs 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...
casi 3 años hace | 1
| aceptada
Pregunta
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...
casi 3 años hace | 3 respuestas | 1
3
respuestasExponential 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...
casi 3 años hace | 0
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...
casi 3 años hace | 1
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...
casi 4 años hace | 1