Community Profile

photo

Harry Dymond


University of Bristol

Last seen: 28일 전 2019년부터 활동

Followers: 0   Following: 0

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

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

대략 2개월 전 | 다운로드 수: 7 |

Thumbnail

제출됨


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

대략 2개월 전 | 다운로드 수: 12 |

Thumbnail

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

답변 있음
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...

거의 4년 전 | 0

답변 있음
Engineering notation
Use my FEX submission num2eng

거의 4년 전 | 1

답변 있음
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...

거의 4년 전 | 2

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 4년 전 | 1

| 수락됨

질문


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

거의 4년 전 | 답변 수: 3 | 1

3

답변

답변 있음
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...

거의 4년 전 | 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...

거의 4년 전 | 2

답변 있음
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...

거의 5년 전 | 1