photo

Zach


2011 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Explicit solution could not be found.
I am looking for the value of a parameter,a, when an eigenvalue equals 0. I found the Jacobian matix and have the correct equati...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


fprintf %f
I have an fprintf command fprintf('\n %s \n%0.3f',Data{:}) where my data contains a sentence and then an array. I want the de...

13年弱 前 | 2 件の回答 | 0

2

回答

質問


Data and fprintf
I have the following 2 lines Data={'The calculated means for ERP0 are ','The standard deviations for ERP0 are ', 'The calcula...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


Expand Array
I have an array [1,2,3,4] i want to have an array that is 1 2 3 4 1 2 3 4 1 2 3 4 and so on. so pretty much an array with ...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


Assign Multiple Variables
I have a array for example [1,2,3,4]. I want to assign a variable to each number in the array such that a=1, b=2, c=3, and d=4. ...

13年弱 前 | 5 件の回答 | 5

5

回答

質問


Multiple lines in a string
I am trying to obtain multiple lines in a string. The first part is the following: name = 'Alice'; age = 12; str = fprintf('...

13年弱 前 | 2 件の回答 | 0

2

回答