Community Profile

photo

Marcin Konowalczyk


Timmel Group @ Oxford University

Last seen: 3 years ago Active since 2016

Christane Timmel's Group @ Oxford University;
Spin chemistry and magnetic field effects on the reaction yield.
Professional Interests: Signal processing, data analysis

Statistics

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

View badges

Content Feed

View by

Submitted


poly-fast-matlab
Fast versions of polyval and polyfit for sane people

3 years ago | 1 download |

Thumbnail

Submitted


varargin2opt
Parse varargin cells to option structures

3 years ago | 1 download |

Thumbnail

Submitted


Global-Target-Analysis-Matlab
Demonstration of global target analysis in Matlab

4 years ago | 1 download |

Thumbnail

Submitted


randnd
N-dimensional 1/beta (e.g. pink, brown, blue) noise generation via spectral shaping of white noise

4 years ago | 1 download |

Thumbnail

Submitted


Liouville-von-Neumann-Matlab
Example of a quantum mechanical spin system evolution using the Liouville von Neumann equation (density matrix propagation)

4 years ago | 2 downloads |

Thumbnail

Submitted


allan2
Allan deviaiton curve with optional phase cycling

6 years ago | 1 download |

Thumbnail

Submitted


shplot
Lightweight implementation of shaded error-bar plot

6 years ago | 5 downloads |

Thumbnail

Answered
Reversing an polynomial equation y = f(x) to x = f(y)
@Walter is right, but what you _can_ do is approximate them using, for example, <https://uk.mathworks.com/matlabcentral/fileexch...

6 years ago | 0

Submitted


revP
Approximate the reverse transfer function polynomial coefficients

6 years ago | 2 downloads |

Thumbnail

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

6 years ago

Submitted


im2imSVD
Expresses one image in terms of an SVD decomposition of another one

6 years ago | 1 download |

Thumbnail

Submitted


dfun(X,fun,dim,funargs,varargin)
Apply function to each 1-D slice of an N-D array

6 years ago | 3 downloads |

Thumbnail

Submitted


JavaMD5
Use a java routine to calculate MD5 hash of a file

6 years ago | 2 downloads |

Submitted


mat2blk
Block-diagonalise a matrix

6 years ago | 1 download |

Thumbnail

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

7 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