Community Profile

photo

Stephen Vavasis


U. Waterlooo

Last seen: circa un mese fa Attivo dal 2017

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

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

oltre un anno fa | 0

Domanda


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

oltre un anno fa | 3 risposte | 0

3

risposte

Domanda


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

oltre un anno fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 2 anni fa | 3 risposte | 1

3

risposte

Domanda


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

circa 7 anni fa | 1 risposta | 0

1

risposta