Feeds
제출됨
Fertilization optimization algorithm (FO)
Biologically inspired algorithms
거의 3년 전 | 다운로드 수: 1 |
제출됨
Optimization Algorithms for Inverse Kinematics of Robots
Optimization Algorithms for Inverse Kinematics of Robots with MATLAB Source Code
대략 4년 전 | 다운로드 수: 2 |
제출됨
Dynamic Differential Annealed Optimization (DDAO)
New metaheuristic optimization algorithm for engineering applications
4년 초과 전 | 다운로드 수: 2 |
질문
Big O notation for complexity of a program
Hello, I am writing a paper and have written a program where I have to calculate the time complexity for it. the program has to...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to detect blue spot in an image
Hello I have used web camera to detect the motion of specific objects that are shown in the attached image. I can track red ob...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Neural network with error BP
Hello I am totally new to ANN, I have a simple problem which is I have to train a network with 2000 input output data set The ...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to substitute a value for the time derivative of a function
Hellow I have a dispalcemet function of time defined as: syms d(t) >> a = d^2+sin(d) The first derivative is the velocity: ...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
How to calculate argument max for a vector
Hello, How I can calculate arg max for the following vector p=[0.0061,0.0188,0.0014,0.0233,Inf,0.0130,0.0016,0.0155,0.0016...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot a function depending on 3 different vectors as mesh or surface
hello How I can plot the function f as a mesh or surface thanks for any help d = 0.1; a = 0.7; t1 = -20:1:20; t2 ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to call element of matrix of symbolic variables
I have two symbolic variables syms th1(t) Lc1 and generated a matrix in terms of th(t) and Lc1 tc1(t) = [ cos(...
6년 초과 전 | 답변 수: 4 | 1
4
답변질문
how to find short path on graph
hello I have a directed graph with many streams shown in the picture, so I try to solve this problem using graph theory in MAT...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
How to give unique id to similar row
hi I would like to add third column to the array represents unique id for a similar rows in the array I will be grateful for a...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How to connect two or more objects in a binary image
Hi I have a binary image that contain two objects like the attached image and I wish to connect them together to be one object ...
8년 초과 전 | 답변 수: 3 | 1