photo

Jon Bilbao


Last seen: mer än ett år ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
130 503
of 297 527

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 075

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

  • Thankful Level 2
  • First Answer

View badges

Feeds

View by

Question


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

mer än ett år ago | 1 answer | 0

1

answer

Question


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

nästan 2 år ago | 1 answer | 0

1

answer

Question


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

nästan 2 år ago | 2 answers | 0

2

answers

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

nästan 2 år ago | 0

| accepted

Question


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

nästan 2 år ago | 2 answers | 0

2

answers

Question


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

nästan 2 år ago | 1 answer | 0

1

answer

Question


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

nästan 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer