photo

SAKSHAM SHRIVASTAVA


Last seen: 대략 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
90,693
of 300,392

평판
0

참여
7 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변