photo

Jon Bilbao


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
1 个回答

排名
274,137
of 300,763

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


Function optimization with some conditions conditions
I want to find the h values that meet the following conditions, h(j)<Hmax, h(j+1)-h(j)<lvasc(j) and h(j+1)-h(j)>lsa(j), the valu...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Function optimization meeting some conditions
I have a array ht(i,j) and i want to calculate de values that minimize de sumatory of sum((hti,j)-h(j).^2), meeting the conditio...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Function optimization meeting conditions
How can i optimize the I function, i want to find the values of h(j) that minimize I, meetentig the conditions h(j+1)>h(j), h(en...

2 years 前 | 2 个回答 | 0

2

个回答

已回答
Calculate a curve out of points and the curvature radius
Solved: function [r] = rtdef(x,y,Lc) xi = 0:0.1:Lc; pp = csapi(x, y); yi = ppval(pp, xi); yp = fnval(fnder(pp), xi); ypp =...

2 years 前 | 0

| 已接受

提问


Optimize function while meeting a condition
How can i optimize the I function, i want to find the values of h(j) that minimize I, meetentig the condition h(j+1)>h(j)? Than...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Calculate a curve out of points and the curvature radius
I have a curve with a variable curvature radius and i want to calculate a function tha defines that radius. x and y are the coo...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Loop until a condition is met
How can i do a function that give values for P0, P1, P2 and P3 until the condition Rt<Rmax is met h=0.001; Rmax=zeros(1,length...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the left and right sides have a different number of elements.
I want to make a function tha carculates de speed of a train that accelerates uniformly en every point of the train having accel...

3 years 前 | 1 个回答 | 0

1

个回答