Feeds
질문
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'} {...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
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; ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
