Community Profile

photo

Bernhard


Hochschule Darmstadt

Last seen: 6 days ago Active since 2014

Statistics

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

View badges

Content Feed

View by

Answered
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 year ago | 0

Question


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 year ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 1

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Solved


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 years ago

Submitted


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

10 years ago | 4 downloads |

Thumbnail

Submitted


fraccircshift
expands circshift to non-integer shift values

10 years ago | 6 downloads |

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers