Community Profile

photo

Stephen Vavasis


U. Waterlooo

Last seen: 5 days ago Active since 2017

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Answered
how to pass keyword arguments to a function via a struct
Thanks for all the responses! it seems that there are two possible solutions. The first is to use inputParser in examplefn ins...

1 year ago | 0

Question


how to pass keyword arguments to a function via a struct
In recent versions of Matlab, functions can declare optional arguments with default values that get automatically packed into a ...

1 year ago | 3 answers | 0

3

answers

Question


satlin and purelin in deep learning toolbox
I am just getting started working with a student on the neural network toolboxes available from Matlab, and i am unclear on what...

1 year ago | 1 answer | 1

1

answer

Question


imgaussfilt asymmetry as a linear operator
The Gaussian image blurring operation imgaussfilt is not a symmetric linear operator, as the test below shows. This is surprisi...

2 years ago | 3 answers | 1

3

answers

Question


oddity with displaying function handles
In Matlab version 9.1, observe: >> f = @(x)(1); >> f = @(x)(f(x)+1) f = function_handle with value: @(x)(...

7 years ago | 1 answer | 0

1

answer