photo

William Thielicke


OPTOLUTION Messtechnik GmbH

Last seen: Today|2008 이후 활성

Personal website:
http://William.Thielicke.org
Company website:
http://www.Optolution.com

Professional Interests: Animal locomotion, flow measurement techniques, micro air vehicles, robotics

Programming Languages:
Python, MATLAB, Visual Basic
Spoken Languages:
English, French, German

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Personal Best Downloads Level 5
  • Thankful Level 3
  • GitHub Submissions Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Knowledgeable Level 1
  • First Answer

배지보기

Content Feed

보기 기준

답변 있음
Deblur image that has locally varying (but well known) motion blur
Dear Bjorn, thanks for your reply! I had a look at your code, but I think it will take me some more time to understand if I can ...

28일 전 | 0

질문


Deblur image that has locally varying (but well known) motion blur
Hi, I have an image where motion blur occurs due to long exposure photographing. I know the amount of motion blur for each pixel...

28일 전 | 답변 수: 3 | 0

3

답변

제출됨


PIVlab - particle image velocimetry (PIV) tool with GUI
Easy to use, GUI based tool to analyze, validate, postprocess, visualize and simulate (micro) PIV data. Optional parallel comput...

2달 전 | 다운로드 수: 1046 |

Thumbnail

질문


Colorbar range inconsistent in high aspect ratio images
Hi, I am certainly doing sth wrong, but I wonder why Matlab displays different colormap limits when I change the colormap locati...

4달 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I open MATLAB data files in the PIVlab app?
PIVlab sessions can only be opened in PIVlab. If you want to work in MATLAB, you can export the results as mat file from PIVlab....

6달 전 | 0

|수락됨

답변 있음
imagesc: how to set NaN as white color
As this is still the first hit when searching on Google... The best solution IMHO: Setting data that is NaN to transparent se...

7달 전 | 1

제출됨


Webcam Realtime Motion Tracker
Example of how to track space-resolved motion in realtime from a webcam video stream.

8달 전 | 다운로드 수: 19 |

Thumbnail

질문


Sudden drop in speed for large matrices. RAM full -> Prevention?
Dear all, I am doing image analyses with a toolbox called "PIVlab". At work, we recently bought a new camera with 25 MP resolut...

8달 전 | 답변 수: 0 | 2

0

답변

질문


cell2mat -> operation -> mat2cell : How...?
Hi, I have a cell aray that I need to convert to a 3D matrix, perform some operation, and then convert it back to the original c...

9달 전 | 답변 수: 1 | 0

1

답변

질문


imwrite 12bit data?
Hello, I have a camera that gives me grayscale 12bit images. They are quite big, and the framerate is quite high, so I would lik...

9달 전 | 답변 수: 0 | 0

0

답변

질문


FEX: How to add links in the overview text?
Hello, I would like to have the text in my Matlab submission appear as a hyperlink: https://de.mathworks.com/matlabcentral/file...

9달 전 | 답변 수: 0 | 0

0

답변

답변 있음
'Clipping' the quiver plot
When anything uses "axis image", then it is not possible to disable clipping anmore... Is this desired behaviour? figure; imag...

10달 전 | 0

해결됨


Pizza!
给定一个圆形比萨_z_半径和厚度ss _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

12달 전

질문


Best Matlab Editor replacement?
Is there a way to replace the MATLAB Editor? I think it is hardly better than windows notepad, which appears a bit ridiculous fo...

약 1년 전 | 답변 수: 4 | 2

4

답변

질문


Core i7/i9 and Ryzen 7/9 and Threadripper etc owners: Please test your speed with my script. Looking for the suitable CPU for a Matlab computer
Hi, I know that this question has been asked very often. But me too, I am looking for the fastest computer to run some very spec...

약 1년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Practical way to have multiple "drawrectangle" and work with them
Ok, I found something in the help: hfhs = findobj(gca, 'Type', 'images.roi.Rectangle') Calling this just before starting the t...

약 1년 전 | 0

|수락됨

질문


Practical way to have multiple "drawrectangle" and work with them
I have an image displayed in an axes. The user should draw multiple rectangles using drawrectangle (command started via menu com...

약 1년 전 | 답변 수: 1 | 0

1

답변

제출됨


Preview and play video files
Very simple and easy tool to play and preview video files.

1년 이상 전 | 다운로드 수: 3 |

Thumbnail

질문


Customize "implay"
Hi, is it possible to customize matlabs inbuilt video player? I would like to hide the toolbar and the menu. Something like:...

1년 이상 전 | 답변 수: 1 | 0

1

답변

질문


Vectorize for loop: corr2(A(:,:,i),B(:,:,i))
Hi, I am trying to accelerate a function and am unable to perform this myself, so I am hoping for your help. I have a set of 10...

1년 이상 전 | 답변 수: 1 | 0

1

답변

답변 있음
Question: subplot axes label cut off (activepositionproperty problem?)
So this bug still hasn't been fixed...? After 8.5 years...?

1년 이상 전 | 5

질문


Matlb Projects / Git: The remote update was rejected by the target: refs/heads/main->refs/remotes/origin/main
Hi, I am new to all this version control and trying to work on my repo: https://github.com/Shrediquette/PIVlab/ In Matlab, I a...

1년 이상 전 | 답변 수: 0 | 0

0

답변

답변 있음
FileExchange: Zip, Toolbox, App
I got a good answer from the support (after some discussion why they should help me although my Matlab subscription has expired....

2년 이하 전 | 0

|수락됨

질문


FileExchange: Zip, Toolbox, App
I want my contribution (it is a GUI for image analysis) to be available as: zip archive (with just the .m files etc. that are ...

2년 이하 전 | 답변 수: 1 | 1

1

답변

질문


What function fits my data...?
Hello, I am a bit unsure if this is the correct place to ask my question, but I'll try anyways: I am doing laser triangulation,...

2년 이상 전 | 답변 수: 2 | 0

2

답변

질문


Custom GUI: Check for updates
Hi, I made a Toolbox that I am updating from time to time. Is there a way to notify users that an update of my Toolbox has been ...

2년 이상 전 | 답변 수: 1 | 0

1

답변

질문


Circular vs. linear convolution of 2D data
Hi, there is an example for 1D data and circular vs linear convolution here: https://de.mathworks.com/help/signal/ug/linear-and...

2년 이상 전 | 답변 수: 1 | 0

1

답변

질문


File Exchange: Package as App? Package as Toolbox? Enable checkbox "Package as Toolbox"? Include .mltbx and .mlappinstall in zip...?
Hello, I have large difficulties to understand how to supply my app to Matlab File Exchange. My aim is to enable all users to i...

약 3년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Azimuth data: Colormap wrapping when performing interpolation
ThabkThank you veryvery much for your helphelp!

약 3년 전 | 0

질문


Azimuth data: Colormap wrapping when performing interpolation
Hello, I have a problem with interpolating a colormap for azimuth / circular data... Please check the attached images: The colo...

약 3년 전 | 답변 수: 2 | 0

2

답변

더로드