Community Profile

photo

JARED VAHRENBERG


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


If I have a string with both numbers and letter in it, how would I get the value at a column, and if it is a number convert it to not a string?
For example say I have 'b,d,c,15' and I want to know the value in column 4. If i just grabbed it it would come out as {'15'}. I ...

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

1

respuesta

Pregunta


How to count the number of letter case changes in a string array
If i had a string like 'hfeHDdheD' for example. The case changes 3 times. How would i get matlab to take any string and have it ...

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

1

respuesta

Pregunta


convert time in seconds after midnight to a certain interval
Given the time in seconds after midnight and an interval of what minutes it needs to be rounded to. So for example, if the outpu...

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

1

respuesta

Pregunta


How to find the Nth largest value in array? Even with duplicate values?
If i wanted to know what the the 2nd, 3rd, 4th whatever largest value was in my array, how would i do that? I thought at first j...

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

1

respuesta

Pregunta


Replacing all values of a with b in a matrix?
Say I define that a and b are 3 and 4, respectively. I heva a matrix M that I want to swap all instances of a with b. How would ...

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

1

respuesta

Pregunta


Given the function of a line (linear), how can I get the number of occurrences that given points land above or below that line?
So, I'm working on a code that I know a line, let's say its in the form y=mx+b and its just y=x in this case (for simplicity). A...

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

1

respuesta