photo

Isabel


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
how to horizontally concatenate two strings, being one a cell array and the other a num2str converted gpuarray?
To whom it might concern I found the solution: C = 'CELL:%.4f,CELLA:%.4f,CHAR:%.4f,GCH4:%.4f,GH2:%.4f'; for i = 1:2 ...

7年弱 前 | 0

| 採用済み

質問


how to horizontally concatenate two strings, being one a cell array and the other a num2str converted gpuarray?
Hello there, I am trying to concatenate two strings, but I'm missing something. The idea is to get these strings: 'CELL:0....

7年弱 前 | 3 件の回答 | 0

3

回答

質問


I have two problems in my code: 1 - Genetic algorithm gets “stuck” in the first generation. 2 – lsqcurvefit is unable to fix it. Can anyone, please, help me?
Hello, I am trying to minimize the error between 2 curves using the least squares method. To accomplish that I am using a two-st...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


I am using the ode15s solver with the cantera's library. I came across this error (see below) that I don't know how to solve. Many thanks for the help.
This is my main code: y = [20 5 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]; biopyrolysis = IdealGasMix('biomass_cell.x...

7年以上 前 | 1 件の回答 | 0

1

回答