photo

Harry Dymond


University of Bristol

Last seen: 5 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

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

统计学

All
MATLAB Answers

3 个提问
7 个回答

File Exchange

2 文件

Cody

0 个问题
3 个答案

排名
2,832
of 299,763

声誉
21

贡献数
3 个提问
7 个回答

回答接受率
66.67%

收到投票数
11

排名
4,862 of 20,798

声誉
278

平均
5.00

贡献数
2 文件

下载次数
5

ALL TIME 下载次数
1141

排名
73,578
of 165,797

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

8 months 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


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

1 year 前 | 4 次下载 |

5.0 / 5
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...

4 years 前 | 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.

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已回答
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...

5 years 前 | 0

已回答
Engineering notation
Use my FEX submission num2eng

5 years 前 | 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...

5 years 前 | 4

提问


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

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 3

已回答
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...

6 years 前 | 1