Community Profile

photo

Bernhard


Hochschule Darmstadt

Last seen: 9日 前 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年 前 | ダウンロード 6 件 |

回答済み
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

回答