Community Profile

photo

Stefan Schuberth


Last seen: 4개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

All
  • First Submission
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


uniquex
extension to the command "unique"

9개월 전 | 다운로드 수: 1 |

제출됨


FindAndReplaceInAllFiles
replaces text in multiple files

10개월 전 | 다운로드 수: 1 |

답변 있음
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...

대략 1년 전 | 0

제출됨


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

대략 1년 전 | 다운로드 수: 4 |

제출됨


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

대략 1년 전 | 다운로드 수: 1 |

답변 있음
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(...

대략 1년 전 | 2

제출됨


tracer
traces programm flow

1년 초과 전 | 다운로드 수: 0 |

답변 있음
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...

1년 초과 전 | 2