photo

Peter Seibold


Last seen: Today 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Spoken Languages:
English, German

统计学

All
  • First Answer
  • 5-Star Galaxy Level 4
  • Thankful Level 1
  • Personal Best Downloads Level 3
  • First Review
  • First Submission

查看徽章

Feeds

排序方式:

已回答
how to zoom on a figure with multiple axes
Great code from Adam Danz! Unfortunately the "range" function is part of a toolbox. Attached is a modified file that works with...

7 months 前 | 0

已回答
Free hand drawing in Matlab with output is XY coordinate of trajectory.
Another demo that stores the xy values: disp('click inside figure') disp('hit "return" button to finish') figure(1) clf axh...

12 months 前 | 0

已回答
How can I move the Xlabel without moving the X-Axis?
If you want a constant distance from the x axis, use this code: % Move x label closer to x-axis, here 16 px figure(1); clf p...

1 year 前 | 0

已回答
How do I change the datatip font color?
For older Matlab versions (e.g. R2016) replace if strcmpi(event_obj.Interpreter,'tex') with if isprop(event_obj,'Interpr...

2 years 前 | 0

已回答
Converting hh:mm:ss into seconds
About 100 times faster is: t='14:35:59.812'; seconds=sum(sscanf(t,'%f:%f:%f').*[3600;60;1]);

3 years 前 | 1

提问


CloseRequestFcn of GUI not working with wrong current folder
I have in the GUI m-file a 'figure1_CloseRequestFcn'. This works fine as long the current Matlab folder is not changed. When I ...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
nlinfit with modelfun as an integral2 and variable integral limits
I could not figure out how to solve the problem with 'nIinfit' , therefore, I solved the problem by using ‘fminsearch’. %Given...

4 years 前 | 0

| 已接受

提问


nlinfit with modelfun as an integral2 and variable integral limits
I have several volumes over specific areas and want to know which 3D bell shape fits best for those partial volumes. I try to es...

4 years 前 | 1 个回答 | 0

1

个回答