photo

Bernhard


Hochschule Darmstadt

Last seen: 3개월 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

5 질문
2 답변

File Exchange

2 파일

Cody

0 문제
1 답안

순위
34,109
of 301,200

평판
1

참여
5 질문
2 답변

답변 채택
80.0%

획득한 표
1

순위
7,660 of 21,190

평판
126

평균 평점
5.00

참여
2 파일

다운로드 수
3

ALL TIME 다운로드 수
1064

순위
115,326
of 173,339

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 2
  • First Submission
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to tick the parameter in the plot of a parametric function?
Thank you @AdamDanz, @Voss, @LesBeckham for your helpful answers. Frankly speaking, I had hoped for a neat, fully automated alg...

3년 초과 전 | 0

질문


How to tick the parameter in the plot of a parametric function?
I have a plot of a parametric function, as in the following simple example: t = linspace(0, 1, 1000); x = t.^2; y = t.^3; f...

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


pick elements from a 3d array, based on an indexing matrix
I have a 3d array A with nr rows, nc columns, and np pages, and an nr x nc indexing matrix I with integer elements between 1 and...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Element-wise raise an array to an integer power
Hi everybody, I found that the element-wise multiplication of a large array (a.*a.*a) is much faster than the equivalent elem...

거의 8년 전 | 답변 수: 2 | 1

2

답변

질문


MATLAB implementation of focus stacking techniques?
I have a stack of photos of a small still object (macro photography), taken from known camera positions with a StackShot macro r...

거의 11년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 11년 전

제출됨


shift.m
shift the elements of an array (of any dimension)

거의 12년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


fraccircshift
expands circshift to non-integer shift values

거의 12년 전 | 다운로드 수: 2 |

5.0 / 5

답변 있음
passing a mat file variable to a function
Hi dpb, thank you for answering to my question. The problem with just loading var from within myfun is that var needs not ...

대략 12년 전 | 0

질문


passing a mat file variable to a function
I have written a function myfun.m which works on a very large input variable var stored in a file myfile.mat in the current fold...

대략 12년 전 | 답변 수: 2 | 0

2

답변