Statistiques
5 Questions
0 Réponses
RANG
244 697
of 301 517
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
60.0%
VOTES REÇUS
0
RANG
of 21 314
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 060
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
build-in optimization function for discrete date
I have a bivariate function with 100 known coordinate points. I want to find which one of these 100 points minimizes the functio...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
how to solve this differential equation within acceptable time complexity , ode45or ode23 seems uncapable of solving this
clc, clear u_init = 10; v_init = 0; r_init = 30; y0 = [u_init; v_init; r_init]; sigma = 20; np = 10; tspan = [0 , ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate the highest degree term with its coefficient in this expression with respect to t?
syms t x; expression = ((49*t^2 - 82600*t + 35060000)^(1/2)/550)*x;
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Coordinate Conversion Equation Solution Issue
This program aims to represent the points of the new coordinate system by t, where the rotation angle theta and the translation ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I plot the innermost contour?
clc; clear; L = 100; v_origin = 10; v_opposite = 20; t = randi([1, 100]); x_0 = @(t) 2*t + 2; y_0 = @(t) t + 3; k_ad = 1...
plus de 2 ans il y a | 2 réponses | 0

