photo

ASWATHI V


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
176.954
of 299.969

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
14.29%

VOTI RICEVUTI
0

RANK
 of 20.853

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.784

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

  • First Answer
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Matlab error: Error using simulannealbnd Too many input arguments. Error in mainsa (line 12) [x, fval, exitflag, output] = simulannealbnd(abc, x0, [], [], lb, ub, options);
clc; clear all; close all; abc = @function1; x0 = 0; lb = 0; ub = 0.7; options = saoptimset('OutputFcns',@outputfunction)...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Failure in initial user-supplied objective function evaluation
abc = @fun1; x0 = [0,0]; lb = [0,0]; ub = [0.7,0.7]; x = simulannealbnd(abc,x0,lb,ub)

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Can anybody help me to solve this?
When I am doing itegration using symbolic math (using syms), it gives me some result with variables. Numericals values are what ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Can anybody help me to solve this?
How can I compute this integral (numerical integration) in matlab? integral (integral(f1(x))*integral(f2(x))) where the inner ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Can anybody help me to solve this?
How to generate a Binomial random variable by using Bernoulli random variables? The idea is: (i) Generate Bernoulli random varia...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I add 4 legends when there are 6 plots?
I want to add legends in my graph. I have 6 plots and I need only 4 legends. The indicators for legends are also not the same as...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


can anyone help me to solve this error?
lamda_b1 = 1; lamda_r1 = 0.5; lamda_r2 = 0.5; lamda_br = 0.5; lamda_rr = 0.3; a_1 = 0.05; a_2 = 0.95; k_1...

oltre 7 anni fa | 1 risposta | 0

1

risposta