photo

HAT


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

12 Domande
1 Risposta

RANK
13.541
of 300.813

REPUTAZIONE
3

CONTRIBUTI
12 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
2

RANK
 of 21.086

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.169

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

Risposto
steepest descent algorithm in Matlab
clear; clc % Define the interval constraints bounds = [3, 9; 3, 9]; % Solve the optimization problem x_opt = steepest_desc...

quasi 3 anni fa | 0

| accettato

Domanda


How to display a linear regression line along with the scatter plot
I want to diplay a linear regression line (y=b+mx) along with the scattered plot, but I got stuck. I need only to display th...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Minimizing a function using fmincon with special constraints and intervals
I would like to minimize a function using fmincon as follows: The function to be minimized is: fun = @(x)x(1)^2 + 3*x(2)/x(3) ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to minimize the white space from boxchart in MATLAB?
I would like to minimize the whitespace of the figure (boxchart). I have tried to get a transparent background using built-in f...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Product of vector elements where the vector has a large size
I want to find the nth root of a product for all elements of a vector V having a large size (1064 elements) given as follows. ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Solving an iterative procedure with respect to some criteria using MATLAB
I would like to solve the following iterative algorithm based on the given incomplete matrix A, where `-` refers to the missin...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get a complement of a cell array in matlab?
I would like to write a matlab code to get a cell array W so that W is "V without the union of three different arrays V1, V2 an...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to write a matlab code for a given algorithm from a given array and function?
I would like to write a matlab code to calculate the value of a function of two variables g(i,j) = i + j + 1 for every pair (i...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


How to write a MATLAB code to compute a set of indices from an array?
I would like to compute a set of indices T={j≠1,2| (1,j) and (j,2) belong to KV for j in {1,2,3,4} }, where KV = {(4,1), (3,2)...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


steepest descent algorithm in Matlab
I would like to solve the following constrained minimization problem: min f(x1,x2) = x1.^2 + x1.*x2 + 3*x2.^2; subject to...

quasi 5 anni fa | 2 risposte | 1

2

risposte

Domanda


Error using fmincon MATLAB function
I would like to obtain the minimum of the function using MATLAB 'fmincon' function where the first eigenvalue derived from the g...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


fmincon using only gradient vector, without scalar function
I would like to use MATLAB function fmincon using the gradient vector alone (without scalar function f). But I have trouble wit...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


generating a random graph under a particular case using MATLAB
I want to generate a random graph using MATLAB with the following properties: the diameter (longest shortest path) of the graph...

quasi 6 anni fa | 2 risposte | 1

2

risposte