Daniel
Followers: 0 Following: 0
Feeds
답변 있음
Safely interrupt a script/function
As Walter suggested, onCleanup seems to be the most elegant solution
Safely interrupt a script/function
As Walter suggested, onCleanup seems to be the most elegant solution
3년 초과 전 | 0
| 수락됨
질문
Safely interrupt a script/function
I have a script which loops through an array and performs an action for each itetation which takes several seconds. Also, at the...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Using CLI programs in Matlab
I have a program that can be called using the command line. If I call said program, it enters and I can type commands and get re...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
'Storing' variables in RAM
Is there a way to store data without writing it to the drive? Result should be that 'clear all' does not affect the variable/...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to protect arbitrary variable names
I am programming functions for large Matlab projects. Inside these functions, I sometimes use arbitrary variable names like 'res...
3년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Deleting objects from TMTool after clearing from workspace
Turns out I forgot that 'instrfind' returns all the handles. Therefore, fclose( instrfind( 'Status', 'open' ); delete( inst...
Deleting objects from TMTool after clearing from workspace
Turns out I forgot that 'instrfind' returns all the handles. Therefore, fclose( instrfind( 'Status', 'open' ); delete( inst...
3년 초과 전 | 0
| 수락됨
질문
Deleting objects from TMTool after clearing from workspace
In testing new functions which use visa, we noticed out-of-memory errors when creating and clearing visa objects. This appears t...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Serialport object behavior when copied
I am reworking some code which used serial objects. As those are due to be removed, I am rewriting using serialport. In principl...
3년 초과 전 | 답변 수: 0 | 0