photo

Ductho Le


Last seen: 5 mesi fa Attivo dal 2018

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistica

MATLAB Answers

5 Domande
1 Risposta

RANK
11.044
of 299.246

REPUTAZIONE
4

CONTRIBUTI
5 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
2

RANK
 of 20.666

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 163.884

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 2
  • First Answer
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Set a custom stoping criteria for Simulated Annealing
Hi all, I am using the "simulannealbnd" function to solve my optimization problem. I want to set a custom stoping criteria for ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Plot points with the spectra
I have a set of points and their amplitudes. I want to plot a graph like this (fig bellow) in which amplitudes are plotted as th...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
If you have no idea to solve this problem, you can use my code as a reference. Good luck! function id = saddle(M) [a,b]=size(M...

oltre 5 anni fa | 2

Domanda


Explicit root of symbolic equations
I am trying to find the explicit roots of symbolic equations like the code bellow: syms d1 d2 d3 d4 d5 d6 h11 h12 h13 h14 h21 h...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Store function in an array
Hi every one, i have a problem in my MATLAB code that i want to store user defined functions in an array(6x6) and use this array...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I fix the error "Index exceeds matrix dimension"
In my FEM program, I want to build a matrix bcdof[1;2;7;8;67;68;69;70;71;72] from matrix bcdof1=[1;4;34;35;36] but the program...

oltre 6 anni fa | 2 risposte | 0

2

risposte