photo

Isabel


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
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 years ago | 0

| accepted

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer