Community Profile

photo

Zack Rabas


Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Converting hexadecimal to decimal in base 10 using a loop (not function hex2dec)
I am running the following code and it is only working when I plug in either just numbers or just letters, but I cannot get it t...

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

3

respuestas

Pregunta


index exceeds array bounds error
I have a list of numbers in an array and I need to sum them up based on a condition. The program needs to add numbers in particu...

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

1

respuesta

Pregunta


Why am I returning NaN with str2double?
for example, i set: x = 3 x = str2double(x) and I get a return of NaN. The return should be 3. What am i doing wrong?

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

1

respuesta

Pregunta


How do I use the strsplit function to split a sentence into a string of letters?
y = strsplit(sentence,{''},'CollapseDelimiters',true); I need to find something to set as a delimiter that will split the sen...

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

3

respuestas