Community Profile

photo

Liam Ryan


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 2 answers | 0

2

answers

Question


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

mer än 4 år ago | 1 answer | 0

1

answer