photo

Umang Pandey


Last seen: 9 days 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • 12 Month Streak
  • Knowledgeable Level 3
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to optimize a neural network using genetic algorithm?
Hi Bidisha, You can refer to the following resource for information on how to optimize a neural network using genetic algorithm...

15 days 前 | 0

已回答
How to implement a OPC UA Pub/Sub model
Hi Wang, You can refer to the following MATLAB documentation for understanding how you can subscribe to data change events usin...

21 days 前 | 0

已回答
reagrding implementation of meta learning algorithm selection
Hi Nihitha, You can use the "Deep Learning Toolbox" for such applicaitons. The following MATLAB documentation highlights how to...

21 days 前 | 0

已回答
how to solve numerically the generalized nonlinear Schrodinger equation with the SSF method
Hi Sonia, I found the following resource that solves generalized nonlinear Schrödinger equation using the split-step Fourier me...

21 days 前 | 0

已回答
How to confirm my MATLAB license can run without internet?
Hi Lucas, You can refer to the following answer by MATLAB Support Staff for insights on accessing MATLAB toolboxes offline: ht...

21 days 前 | 0

已回答
Problem Saving UIFigures when running in parallel
Hi Eli, You can try using "exportapp" that exports the contents of the figure specified by fig and stores it in the file speci...

1 month 前 | 0

已回答
Reg: Newmark-beta Method for Nonlinear Multi DOF Systems
Hi Ram, You can refer to the following File Exchange submission to have a look at the implementation of Newmark-Beta method for...

1 month 前 | 0

已回答
"GlobalSearch", for some inputs ends up in "NaN" and sqpInterface and fmincon error
Hi, This question has been addressed in the following MATLAB answer: https://www.mathworks.com/matlabcentral/answers/385848-er...

1 month 前 | 0

已回答
Optimization of EPANET network using GA toolkit
Hi Pooja, To optimize a pipe network for minimum cost using MATLAB's Genetic Algorithm (GA) toolbox, you can follow these gener...

1 month 前 | 0

已回答
Pareto Optimization of 3 Parameters (Emission, Cost and Efficiency)
Hello Andrea, To perform a Pareto optimization of three parameters—costs, emissions, and efficiencies of different types of ene...

1 month 前 | 0

已回答
Nonlinear constraint not satisfied for paretosearch
Hi Xiaowei, When using optimization algorithms like paretosearch for multi-objective problems, setting constraints is a common ...

1 month 前 | 1

已回答
How to increase maximum number of epochs in Neural Network toolbox?
Hi Liril, You can change the number of epochs in your neural net in the following manner: % Example Network net = fitnet(15);...

1 month 前 | 0

| 已接受

已回答
Cannot save model:Error An error occurred during a callback while saving 'D:\untitled.slx'.
Hi, You can try the solution provided in the comments of the following MATLAB answer, which addresses the same issue: https://...

1 month 前 | 0

已回答
Brace indexing is not supported for variables of this type.
Hi, The error message "Brace indexing is not supported for variables of this type" suggests that you are trying to use brace in...

1 month 前 | 0

已回答
How to change the colorbar max and min number and correspond a certain color to the colormap ticks
Hi Kedi, You can refer to the following MATLAB answer that answers a similar question: https://www.mathworks.com/matlabcentral...

2 months 前 | 0

| 已接受

已回答
How to adjust and adapt General code of Metaheuristic algorithm to fit you problem?
Hi Yasser, To adapt the Grey Wolf Optimizer (GWO) for parameter estimation using experimental data instead of an explicit objec...

3 months 前 | 0

已回答
Doing genetic algorithm with heat transfer, need help sorting input based on how close output value is to the target
Hi Shasha, Ensure that the LAMDA matrix is sorted correctly based on the indices obtained from sorting the PI values. Here's th...

3 months 前 | 0

已回答
did anyone has the slip mode frequency shift model for hybrid islanding method
Hi Dastagiri, You can refer to the following example on "Islanded Operation of an Inverter-based Microgrid Using Droop Control ...

3 months 前 | 0

已回答
I am finding issues in PDEPe which shows time integration failure again and again
Hi Aaditya, This error message indicates that the problem you are trying to solve is too stiff for the ODE solver you are tryin...

3 months 前 | 0

已回答
Flexible Body Model Builder - Equations used inside the package
Hi, 1) Based on the provided information and your description, it seems you are correctly scaling the stiffness matrix with the...

3 months 前 | 1

已回答
Contact angle measurements for droplets with a capillary
Hi Baraa, The error in your code is coming from the "findreflection" function, specifically from the indicated line. Unfortunat...

3 months 前 | 0

已回答
I am solving non-linear fractional model using spectral method . So At last stage to find coefficient I have large number of nonlinear system equation how to solve using fsolv
Hi Sumit, You can refer to the following MATLAB example to understand writing a streamlined version of code for large system of...

3 months 前 | 0

已回答
How do I solve a system using rkf45 method with shooing technique?
Hi Prakash, You can refer to the following File Exchange submission for implementing RKF45 in MATLAB: https://www.mathworks.co...

3 months 前 | 0

已回答
Senstivity analysis in GA
Hi Gauri, From what I understand, you are not able to see any variation on varying GA parameters while performing sensitivity a...

3 months 前 | 1

已回答
First order PDE system
Hi Ricardo, You can refer to the "pdepe" function in MATLAB to solve your system of PDEs. The following example from the docume...

4 months 前 | 0

已回答
How can I calculate the accuracy from a reference and test 3D model?
Hi Iris, To compare two 3D meshes in MATLAB and calculate their accuracy in terms of angular and distance differences, you can ...

4 months 前 | 0

已回答
I am trying to solve SBS equations but they are taking too much memory and hence the code is slow
Hi Yogesh, Given the partial nature of the code you've provided, pinpointing specific bottlenecks is challenging. I can see tha...

4 months 前 | 0

已回答
Optimisation changes parameter values ever so slightly when iterating making it ineffective, they keep being very close to my initial guess rather than being whole numbers.
Hi Mikhail, From what I understand, you want integer solutions to your problem. As @Torsten pointed out, "ga" can solve probl...

4 months 前 | 0

已回答
Integro-differential equation solutions
Hi Muhammad, You can refer to the answers of the following MATLAB answer to get started: https://www.mathworks.com/matlabcentr...

6 months 前 | 0

| 已接受

已回答
i cant seem to integrate the code
Hi Gihahn, To perform the integration, you need to use the int function from the Symbolic Math Toolbox and also ensure syms is ...

6 months 前 | 0

加载更多