photo

Vishal Rajpurohit


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
118,052
of 300,364

평판
0

참여
6 질문
0 답변

답변 채택
83.33%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


find inflection point from given input point data
i have input points x=[0 1 2 3 4 5 6 7 8 9 10] y=[5.0000 6.0000 ...

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

0

답변

질문


I want to find inflections point for point data input?
i have input points x=[0 1 2 3 4 5 6 7 8 9 10] y=[5.0000 6.0000 ...

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

1

답변

질문


minimize the objective function J1
<</matlabcentral/answers/uploaded_files/119679/Untitled.png>> how to minimize the objective function in J1 using fminsearch...

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

1

답변

질문


how to find multiply variable in matrix multiplication
function least_square; x=[1 2 3 4 5]; y=[4;2;5;3;7]; n=numel(x); for i=1:n A(i,1)=1; ...

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

1

답변

질문


how to find value on a curve for different x?
function [x y]=inputp y=[0.13 0.31 0.45 0.59 0.70 0.79 0.85 0.92 0.97 1]; x=0.1:0.1:1; plot(x,y,'-') xlim([0 1]); ...

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

1

답변

질문


how to collect variables in an aray in for loop?
function close_point(p0,p1,p2,p3) for t=0:0.1:1 b0=(1-t).^2; b1=2*t.*(1-t); b2=t.^2; ...

7년 초과 전 | 답변 수: 3 | 0

3

답변