photo

Isabel


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 7 Jahre vor | 0

| akzeptiert

Frage


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

fast 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort