Community Profile

photo

Bernhard


Hochschule Darmstadt

Last seen: 11일 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

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

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

1년 초과 전 | 답변 수: 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...

대략 3년 전 | 답변 수: 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...

대략 6년 전 | 답변 수: 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...

대략 9년 전 | 답변 수: 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:...

9년 초과 전

제출됨


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

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

Thumbnail

제출됨


fraccircshift
expands circshift to non-integer shift values

대략 10년 전 | 다운로드 수: 7 |

답변 있음
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 ...

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

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

2

답변