photo

AM


Last seen: oltre un anno fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

19 Domande
0 Risposte

RANK
283.529
of 300.331

REPUTAZIONE
0

CONTRIBUTI
19 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
78.95%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Scaling variables for integration with ode15s
Hello, I am integrating a set of differential equations with ode15s and some of my variables have very different orders of magn...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Constrained dynamic optimization with fmincon
Hello, I am trying to use fmincon to solve a dynamic optimization problem: where u are my control variables, x are my state...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Unable to meet integration tolerances without reducing the step size below the smallest value allowed
Hello, I am integrating a series of ODEs and I run into the following warning that stops the integration: Warning: Failure a...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Readability of matlab code
Hi, I am coding using matlab and have many functions, some of which have more than a dozen input arguments. The majority of th...

oltre 4 anni fa | 4 risposte | 0

4

risposte

Domanda


Vectorize the loops within the function
Hi, I am trying to create a function for Lagrange's interpolation and I wanted to know if there is a way to vectorize it that ma...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


ode15s unable to meet integration
Hello, I am modeling a continously stirred reactor and some chemical reactions and trying to do a cyclic process, i.e. feed the...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


question about vectorization using indexes
Hello, I am trying to do the following operations in matlab but I have a problem with how to properly write my code using vector...

circa 6 anni fa | 3 risposte | 0

3

risposte

Domanda


sparse matrix operations to gain efficiency
[EDITED] Hello, I've never really used sparse matrices before but I was wondering if it would be useful in my case to imporve...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Concatenate cells containing strings
Hello, I need to concatenate cells to obtain new strings within a new cell array. For example I have cells A and B A={'hel...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Split character arrays at given column
Hello I have the following character array, val = 3×79 char array ' 0.24971474E+01 0.17808300E-02-0.78001300E-06 ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


match values of cells to numbers
Hello, I have the following cell cell = 6×6 cell array {' A'} {'B' } {0×0 double} {0×0 double} ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


minimization fmincon with ode
Hello, I am using fmincon to fit my model to data. I have a set of differential equations that give me the model results: dy...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


set fmincon function tolerance
Hello, I am using fmincon and I want to set the function tolerance and I thought that it meant that if |f(xi) – f(xi+1)| < Tol...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Optmization with fmincon using an external software
Hello, I have a problem and I do not know how to solve it. I’ll try my best in explaining. I am optimizing an objective func...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


fprintf break line different arrays
[Edited] I use 2 arrays here as examples but I actually have several I have the following arrays: a=[1 2 3 4 5 6 7 8 ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


add blank spaces in cell array
I have the following array ar= 0 1 0 0 0 0 0 0 0 0 0 0...

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Concatenate rows of cell into one column
Hello, I have one cell A of size nxm and I would like to convert it into a cell of size nx1. For example if A= { [1] [2...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Vectorization of a nestled loop
I am trying to improve the overall performance of my code and I am learning about vectorization. I've read the documentation...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Add values to vector
I have the following vectors A and B A= [20 80 -1 0.1 0.05 0.25 0.13 0.12 0.35 21 70 -1 0.1 0.2 0....

circa 7 anni fa | 2 risposte | 0

2

risposte