Vishal Rajpurohit - MATLAB Central
photo

Vishal Rajpurohit


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 05/18 to 04/25Use left and right arrows to move selectionFrom 05/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
273,127
of 298,204

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 20,548

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,571

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答