photo

Peter Seibold


Last seen: 12일 전 2017년부터 활동

Followers: 0   Following: 0

메시지

Spoken Languages:
English, German

통계

All
MATLAB Answers

2 질문
6 답변

File Exchange

29 파일

순위
22,308
of 300,364

평판
2

참여
2 질문
6 답변

답변 채택
100.0%

획득한 표
1

순위
1,785 of 20,934

평판
1,045

평균 평점
5.00

참여
29 파일

다운로드 수
68

ALL TIME 다운로드 수
7964

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

거의 2년 전 | 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...

대략 2년 전 | 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...

2년 초과 전 | 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...

거의 3년 전 | 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]);

4년 초과 전 | 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 ...

거의 5년 전 | 답변 수: 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...

5년 초과 전 | 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...

5년 초과 전 | 답변 수: 1 | 0

1

답변