photo

ASWATHI V


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
118 581
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
14.29%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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)

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

1

réponse