photo

SAKSHAM SHRIVASTAVA


Last seen: circa 2 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
90.688
of 300.381

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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

Feeds

Visto da

Domanda


Mean and standard deviation in six sigma
I wrote code to calculate the mean and standard deviation (sigma) for values like 1 sigma, 2 sigma, and 3 sigma. However, I noti...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find standard deviation in six sigma format?
I have plot my data with the help of scater plot. But in data statistics it is only mean and standard deviation. I need my plot ...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to divide a matrix to its maximum value?
How to divide a matrix to its maximum value?

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am getting error "Index in position 2 exceeds array bounds (must not exceed 6)"
function [u,s,v,x,sigma]=pcarep(xi,nf) % function [u,s,v,x,sigma]=pcarep(xi,nf) % PCA reproduction of the original data matrix...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I am unable to write a code for INEXACT LINE SEARCH WITH WOLFE CONDITION. Please help
function alpha = mb_nocLineSearch(f,gradF,x,dir,slope0,of) c1 = 0.001; % parameter for curvature condition c2 = 0.1; if ...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


This is for two variable optimization problem using conjugate gradient method but I need to modify the provided code below so that I can check any function having more than two variable lets say 5 variables. Please help me I am new in matlab.
clc clear format long % Function Definition (Enter your Function here): syms X Y; f = -X - Y + 0.5*X^2 + X*Y + Y^2; % Init...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


someone please help me. I have made a 2 variable code for optimization, I want code for "n" no. of variables.
clc clear format long % Function Definition (Enter your Function here): syms X Y; f = -X - Y + 0.5*X^2 + X*Y + Y^2; % Init...

oltre 4 anni fa | 1 risposta | 0

1

risposta