Peter Seibold - MATLAB Central
photo

Peter Seibold


Last seen: 1 dag ago Active since 2017

Followers: 0   Following: 0

Message
Spoken Languages:
English, German

Statistics

All
File ExchangeMATLAB AnswersFrom 03/17 to 03/25Use left and right arrows to move selectionFrom 03/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
6 Answers

File Exchange

29 Files

RANK
22.258
of 297.503

REPUTATION
2

CONTRIBUTIONS
2 Questions
6 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
1.822 of 20.449

REPUTATION
1.008

AVERAGE RATING
4.80

CONTRIBUTIONS
29 Files

DOWNLOADS
108

ALL TIME DOWNLOADS
8109

RANK

of 159.017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

ongeveer een jaar ago | 0

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

meer dan een jaar ago | 0

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

bijna 2 jaar ago | 0

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

meer dan 2 jaar ago | 0

Answered
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]);

bijna 4 jaar ago | 1

Question


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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

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

meer dan 4 jaar ago | 0

| accepted

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer