Community Profile

photo

Liam Ryan


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Cell to array of strings
Hi, say we have a 1 by 10 cell array of strings like the following: {'C'} {'B'} {'A'} {'C2'} {'6'} {'Bob'} {...

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

1

respuesta

Pregunta


Help if statment inside a while loop
Hi I am trying to implement an if statment inside a while loop. So I have something of this kind: error = 999 b = 10 a = 0; ...

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

1

respuesta

Pregunta


While loop condition to execute until certain number of decimal places of accuracy is achieved
Hi so I am trying to run something in a while loop until a certain number of decimal place is achieve: so lets say a = 0.003 ...

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

1

respuesta

Pregunta


Help creating a vector in a loop
Hi, I want to create a vector in a loop from two other vectors: A = [10 14 19 20] B = [19 34 56 49] Those two are the vec...

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

2

respuestas

Pregunta


Help convert the type of cell
Hi I am trying to do the following: C = {'one', 'two', 'three'} for i = 1:length(C) k(i) = C{i} end So t...

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

1

respuesta