photo

Stefan Schuberth


Last seen: 7 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

All
  • First Submission
  • First Answer

Ver insignias

Feeds

Ver por

Enviada


uniquex
extension to the command "unique"

alrededor de 1 año hace | 1 descarga |

Enviada


FindAndReplaceInAllFiles
replaces text in multiple files

alrededor de 1 año hace | 1 descarga |

Respondida
Rename variable throughout project/directory
Is this a joke? Every modern IDE can do that. This is called refactoring. Finally give more resources to Matlab's IDE department...

más de 1 año hace | 0

Enviada


once
detects if there is exactly one true value in an array.

más de 1 año hace | 4 descargas |

Enviada


isIp4Address and mustBeIp4Address
small functions to check if a string is a valid ip address

más de 1 año hace | 1 descarga |

Respondida
How to support default parameter in MATLAB FUNCTION ?
https://de.mathworks.com/help/matlab/ref/arguments.html?searchHighlight=arguments&s_tid=srchtitle_arguments_1 function testFun(...

más de 1 año hace | 2

Enviada


tracer
traces programm flow

más de 1 año hace | 0 descargas |

Respondida
How to find the zero crossing in x and time data sets?
If you have (x,y) data and want to do it without using loops try that: i=find(y(1:end-1).*y(2:end)<0); % index of zero crossing...

casi 2 años hace | 2