photo

Gustavo Lunardon


Last seen: circa un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

11 Domande
2 Risposte

RANK
6.043
of 300.057

REPUTAZIONE
8

CONTRIBUTI
11 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
54.55%

VOTI RICEVUTI
5

RANK
 of 20.866

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 167.162

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
  • First Answer
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


PLS2: multi-output PLS and its outputs - % explained for each output and alternatives
Dear community, I want to build multi-output PLS model (PLS2) via plsregress (built-in function). From what I see in the docume...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


MATLAB coder: C + JIT or C++
Hello, I have been generating some MEX functions with the sole purpose of using within the MATLAB engine at faster speed. My...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Spectral clustering: K-means replicates setting to improve reliability
Hello, The command spectralcluster in matlab can use k-means as part of its algortihm (and is the default in the options Clus...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Self Organizing Map - objective function?
Given a dataset, the self organizing map command in MATLAB will assign the data to different clusters if run several times due t...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


Partial Least Squares regression - confidence interval of the predicted variable (response)
Hello all, I am interested in obtaining confidence intervals for the response variable of PLS (Partial Least Squares Regres...

oltre 2 anni fa | 1 risposta | 1

1

risposta

Domanda


Test occupancy in arbitrary region - Monte Carlo Integration - Uniformity test
Hello all, I want to do a Monte Carlo integration (because integral limits make it nontrivial) and of course the sampling metho...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Optimization: difficult characteristics discontinuous + stiff + medium size (~20-30 variables) + constrained
Hello, I am looking for suggestions for algorithms that could cope with a difficult optimization problem. Of course, if it is f...

quasi 3 anni fa | 0 risposte | 1

0

risposte

Domanda


Optimization: Reuse calculations from objective function in nonlinear constraints function
Hello, Is it possible to reuse calculations from one function in the other to save computational effort? Example: functio...

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Nonlinear constraint on optimization using ODE - system state involved
Hello, I need to incorporate a nonlinear constraint on my optimization problem but there is a ODE involved. The constraint in...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Bug in equality checks? 28.15e-3 == 28.15/1000 false
Why does this happen? It does not regocnize equality on 7.48e-3 == 7.48/1000, but it does on 7.47e-3 == 7.47/1000 as well. Anoth...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Risposto
Producing a NaN only where there is a NaN, zero otherwise
Added as an answer rather than a comment now X = [-inf, -1, -eps, 0, realmin, 2, 1+i, pi, flintmax, realmax, inf, NaN]; brok...

oltre 4 anni fa | 3

Domanda


ODE Event - Terminal
Hello. I have a problem with my ode event. I want it to stop integration if one of the variables to be integrated is a complex n...

circa 5 anni fa | 0 risposte | 0

0

risposte

Risposto
how to stop ode45 when one of states reach certain value
This is confusing. In matlab help it says: An event occurs when value(i) is equal to zero. All answers in this post make it val...

circa 5 anni fa | 0