Community Profile

photo

Bernhard


Hochschule Darmstadt

Last seen: 14 days 前 自 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 year 前 | 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 year 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

已提交


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

10 years 前 | 1 次下载 |

Thumbnail

已提交


fraccircshift
expands circshift to non-integer shift values

10 years 前 | 9 次下载 |

已回答
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 前 | 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 years 前 | 2 个回答 | 0

2

个回答