photo

Nicolas Bourbaki


Last seen: 11 meses hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

12 Preguntas
0 Respuestas

Cody

0 Problemas
8 Soluciones

CLASIFICACIÓN
10.625
of 297.503

REPUTACIÓN
4

CONTRIBUCIONES
12 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
40.627
of 159.017

CONTRIBUCIONES
0 Problemas
8 Soluciones

PUNTUACIÓN
94

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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....

casi 3 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


'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...

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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('...

más de 6 años hace | 1 respuesta | 1

1

respuesta