photo

Stefan Schuberth


Last seen: 6 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已提交


uniquex
extension to the command "unique"

1 year 前 | 1 次下载 |

已提交


FindAndReplaceInAllFiles
replaces text in multiple files

1 year 前 | 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 year 前 | 0

已提交


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

1 year 前 | 4 次下载 |

已提交


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

1 year 前 | 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 year 前 | 2

已提交


tracer
traces programm flow

1 year 前 | 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...

2 years 前 | 2