Community Profile

photo

NH


Aktiv seit 2013

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Increment 3 digit value by 1 (i.e. 000, 001, 002,...,999)
Hello, Does anyone know how to increment values such that the first values are 000, 001, etc.? I need this for variable names...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to accumulate values into a variable using for loops?
Hello, I have an array that contains 1597 values. Let's call that X. I want to create a second array, Y, that should act as t...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to convert .stp to .xlsx on a Mac
Hello, I am running the following code in order to convert many .stp files to .xlsx: files=dir('*.stp') for i=1:lengt...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to save a figure through each run of a for loop?
Hello, I am running a for loop: for i=1:5 and in each loop, I am creating and saving a plot: h=figure plot(.....

etwa 11 Jahre vor | 4 Antworten | 1

4

Antworten

Frage


How to change file extension to '.xlsx' BUT keep original files?
Hello, I am trying to change files with extension '.stp' to '.xlsx' while also keeping the original '.stp' files. I have code...

etwa 11 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
"for" loop question
Matt J, Yes! Thank you, I knew it was something simple I was missing. Your time is greatly appreciated. Cedric, thanks fo...

etwa 11 Jahre vor | 0

Frage


"for" loop question
Hello, Below is an excerpt from my code, in which I wish to linearly fix a baseline drift. The variable "QLBrainShift1" is si...

etwa 11 Jahre vor | 3 Antworten | 0

3

Antworten