photo

Paul Kelly


Thermo Fisher Scientific

Last seen: 29 Tage vor Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: Data processing, image processing, measuring instruments

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 5 Jahre vor | 2 Antworten | 3

2

Antworten

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

mehr als 5 Jahre vor | 0

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

etwa 11 Jahre vor | 0

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

etwa 11 Jahre vor | 0

Frage


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

mehr als 11 Jahre vor | 6 Antworten | 1

6

Antworten

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

mehr als 12 Jahre vor | 0

Gesendet


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.

mehr als 12 Jahre vor | 1 Download |

Thumbnail

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 2

1

Antwort