Community Profile

photo

Bernhard


Hochschule Darmstadt

Last seen: 9 dagen ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

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

View badges

Feeds

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

meer dan een jaar 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...

meer dan een jaar 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...

ongeveer 3 jaar 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...

ongeveer 6 jaar 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...

ongeveer 9 jaar ago | 0 answers | 0

0

answers

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

ongeveer 10 jaar 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...

ongeveer 10 jaar ago | 2 answers | 0

2

answers