Statistics
RANK
10,599
of 295,448
REPUTATION
4
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
4
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Wildcard file name matching with multiple dots on Windows
fclose(fopen('myfile.txt', 'w')); fclose(fopen('myfile.txt.1', 'w')); dir('*.txt.*') will match "myfile.txt" and "myfile.txt....
2 years ago | 1 answer | 1
1
answerQuestion
Using function of newer MATLAB version in older version
Hello everybody out there using MATLAB, The functions wrap and unwrap have been added to MATLAB in 2021. Is there a way to add...
3 years ago | 2 answers | 0
2
answersQuestion
Interpolation of circular data
Hello everybody out there using MATLAB, Is there a built-in function for interpolating circular data, i.e. a timeseries of angl...
3 years ago | 1 answer | 0
1
answerQuestion
Returning properties of a vector of objects as an vector
Is it possible to return the properties of objects in a vector as a vector or array? Given the phone book example on https://de...
4 years ago | 1 answer | 0
1
answerQuestion
Get index of object with a given property in an array
Is it possible to remove an entry from a vector of arrays based on a certain property? How would I get the index of a certain p...
4 years ago | 1 answer | 0
1
answerQuestion
'arduino_gettingstarted' fails due to "Invalid type of input arguments"
Hello everybody out there using Simulink, Having not much experience with Simulink, I wanted to try to control the LED of an Ar...
5 years ago | 0 answers | 0
0
answersQuestion
Ardunio not detected by Analog input recorder
The analog input recorder works very good for me and it detects different data acquisition devices like National Instrument boar...
5 years ago | 2 answers | 0
2
answersQuestion
Analog Input Recorder App: Scaling x axis
The Analog Input Recorder App is a nice idea for quickly checking analog inputs. Scaling the y axis is easy, but I did not find...
5 years ago | 1 answer | 1
1
answerQuestion
Missing `suptitle` and `writeVideo` functions
Hello everybody out there using MATLAB, It seems as I would miss the suptitle and writeVideo functions, but they should be incl...
5 years ago | 2 answers | 0
2
answersQuestion
No supported compiler was found.
Upon trying to compile a file using mex, I receive the following error message: Error using mex No supported compiler was foun...
5 years ago | 1 answer | 1
1
answerQuestion
Exporting/extracting field from figure property editor
The property editor for figures is very useful and I use it a lot. Often it occurs to me that I would like to add the adjustm...
6 years ago | 1 answer | 0
1
answerQuestion
Indexing result of strsplit('My string', ' ')
Why doesn't something like strsplit('My string', ' ')(1) work? Is there a more elegant way than x = strsplit('...
6 years ago | 1 answer | 1