Answered
Fast Exponentiation to find all points on Elliptic Curve over a Finite Field showing incorrect results for some primes.
Hi Gazi, The issue seems to be in the code you are using to check whether the number is square in the finite field. Before com...

10 månader ago | 0

Answered
在matlab中使用C#编写的代码(Call C# code in matlab)
Hi, Yes, you can call your C# function from MATLAB by packaging C# code in a DLL file. You can refer the following documentati...

10 månader ago | 0

Answered
How do I get wider pareto front with 'gamultiobj'?
Hi, To obtain a more expansive Pareto front using the “gamultiobj” function, you can make a few adjustments in the "Optimizati...

10 månader ago | 0

Answered
what is the inverse function (inufft??) of non uniform version Fast Fourier transform(nufft)?
Hi, As per the MATLAB release 2023b, the function "inufftn" does not exist. However, you can refer to the following MATLAB an...

10 månader ago | 0

Answered
How to access the generation of the population in fitness function while using gamultiobj in Matlab?
Hi Rajan, As per my understanding, you wish to get the number of generations until which the "gamultiobj" function executes b...

10 månader ago | 0

Answered
Planar movement of a robotic joint in a rididBodyTree
Hi Szymon, As per my understanding, it appears that you're trying to import your Simscape Multibody model into a “rigidBodyT...

10 månader ago | 0

| accepted

Answered
Changing gain parameter in matlab function block during simulink simulation
Hi Jan, As per my understanding, it appears that you are interested in employing the "PD" control block until a specific condi...

10 månader ago | 0

Answered
Neural Network to approximate function
Hi Tobias, The “rosenbrock” function is provided within the Deep Learning toolbox. Here is the code for the same: function [...

10 månader ago | 0

Answered
Construct visibility graph using MATLAB
Hi, The following File Exchange submission might be of help - Fast Horizontal Visibility Graph (HVG) for MATLAB- https:/...

10 månader ago | 0

| accepted

Answered
Previously accessible file is now inaccessible - GA
Hi Adam, Based on my understanding, it seems that the file you are referring to may not have been added to the MATLAB search p...

10 månader ago | 0

Answered
Optimization of Options for Genetic Algorithm
Hi Vishnu, There are no single optimal parametric settings that can be universally applied to all sets of optimization problem...

10 månader ago | 0

Answered
How does the crossover and mutation in Matlab multiobjective optimization work?
Hi Rajan, Based on my understanding, it seems that you would like to set fixed values of 0.95 and 0.01 for crossover and mutat...

10 månader ago | 0

Answered
optimization criteria for my neural network using Genetic Algorithm
Hi Chandrima, From what I understand, you can fetch the fitness function values correctly from your neural network and want to...

10 månader ago | 0