Community Profile

photo

Johan Winges


Chalmers University of Technology

Active since 2015

Followers: 0   Following: 0

Message

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

Feeds

View by

Solved


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

ongeveer 8 jaar 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 ...

ongeveer 8 jaar 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 ...

ongeveer 8 jaar 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...

ongeveer 8 jaar 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:...

ongeveer 8 jaar ago

Submitted


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

meer dan 8 jaar ago | 2 downloads |

Thumbnail

Submitted


scatteredInterpn
Linear interpolation of n-dimensional scattered data

meer dan 8 jaar ago | 2 downloads |

Thumbnail

Submitted


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

meer dan 8 jaar ago | 2 downloads |

Thumbnail

Submitted


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

meer dan 8 jaar ago | 1 download |