SAKSHAM SHRIVASTAVA
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
80,873
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 1 answer | 0
1
answerQuestion
How to divide a matrix to its maximum value?
How to divide a matrix to its maximum value?
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 0 answers | 0
0
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0