Community Profile

photo

Johan Winges


Chalmers University of Technology

Active since 2015

Ph.D. at Chalmers University of Technology, Department of Signals and Systems, Signal Processing group. Self appointed Matlab wizard.

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • First Submission
  • Solver

View badges

Content Feed

View by

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

8 years ago

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

8 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

8 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years ago

Solved


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

8 years ago

Submitted


menuN - Improved menu figure for Matlab
An extension of Matlab's menu function. A graphical user interface for input selection.

8 years ago | 1 download |

Thumbnail

Submitted


scatteredInterpn
Linear interpolation of n-dimensional scattered data

8 years ago | 2 downloads |

Thumbnail

Submitted


print_table
Print data in a table format (text or latex)

8 years ago | 1 download |

Thumbnail

Submitted


Structure cat, merge and override
Utility functions for structures in Matlab to cat (concatenate), merge and override structures.

8 years ago | 1 download |