photo

Paul Kelly


Thermo Fisher Scientific

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

Followers: 0   Following: 0

消息

Professional Interests: Data processing, image processing, measuring instruments

统计学

All
MATLAB Answers

4 个提问
4 个回答

File Exchange

1 文件

排名
7,001
of 299,763

声誉
6

贡献数
4 个提问
4 个回答

回答接受率
100.0%

收到投票数
6

排名
10,873 of 20,798

声誉
50

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
501

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Submission
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Error "Unable to resolve name" issue
I recently updated to 2019b and since then I have been having problems with certain functions. For example I get the following e...

6 years 前 | 3 个回答 | 3

3

个回答

已回答
Why do i get an error when I use FEVAL?
The latest version of IbaFilesLite has a 64 bit version. I had this problem with version 5 but I contacted IBA and they supplie...

6 years 前 | 0

已回答
how to smooth / refine edges ??
I've never tried this but I would probably approach it in the following way: convert the image to grayscale RGB = imread(ima...

12 years 前 | 0

已回答
how to measure angle between the lines?
You can fit a straight line using polyval: p = polyval(x, y, 1) p(1) is the gradient and you can calculate the angle: a...

12 years 前 | 0

提问


NET assembly unload conundrum
I am trying to develop a C# class in Visual Studio and test it in Matlab. I can load the NET assembly and use it okay, but a pro...

12 years 前 | 6 个回答 | 1

6

个回答

已回答
How to update a "child" figure?
Thanks Sean, I understood your example but I missed some details. For anyone who is interested, this is the example I created t...

13 years 前 | 0

已提交


Parent and child GUI actions
How to lay one GUI out on another. How one of the GUI can call a function in the other.

13 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

提问


How to update a "child" figure?
I have a manually generated gui which consists of a parent figure with a number of child figures laid out on uipanels. If I c...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Figure count
Is there a way of counting the number of figure windows currently open? I am trying to clear a set of figure windows without clo...

13 years 前 | 1 个回答 | 2

1

个回答