![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23432412_1628000285448_DEF.jpg)
Shishir Reddy
Followers: 0 Following: 0
Estadística
0 Preguntas
70 Respuestas
CLASIFICACIÓN
964
of 297.016
REPUTACIÓN
78
CONTRIBUCIONES
0 Preguntas
70 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to use the gradient with respect to a given vector?
Hi Zac To implement the algorithm you're describing, the gradient of the function f(R, K) should be computed with respect to t...
alrededor de 1 mes hace | 0
using coeff(f,[])
Hi Elio The issue you're encountering is related to the coeffs function in MATLAB, which is designed to extract coefficients of...
alrededor de 1 mes hace | 0
Minimum of bivariable function
Hi Jean Below are the key changes and code snippets that can be added to your existing MATLAB code to find the minimum and plot...
alrededor de 1 mes hace | 0
Convergence path error,Variables of this type do not support indexing with points.
Hey When working with the integration between Aspen and MATLAB, it's important to ensure that the objects and methods used are...
alrededor de 1 mes hace | 0
Working with Real-Time signals in matlab
Hi Jaime To achieve continuous real time signal processing with MATLAB using the Data Acquisition Toolbox, you need to ensure t...
alrededor de 1 mes hace | 0
Publishing /diagnostics ros2 Topic in Simulink
Hi Yubin To resolve the issue encountered with the ROS2 diagnostics topic in Simulink, it should be ensured that the bus struct...
alrededor de 1 mes hace | 0
| aceptada
use of optimization constraint mask in matlab fmincon or similar
Hi Fima To use a value mask where specific elements of the optimization variable are fixed to certain values, the approach can ...
alrededor de 1 mes hace | 0
I need an answer for the program below
Hi Sudha I see that you are trying to solve an equation involving an integral in MATLAB using symbolic variables. When MATLAB's...
alrededor de 1 mes hace | 1
How can I add 2 different variables into NSGAii toolbox?
Hi saman To incorporate constraints into an NSGA-II optimization problem using a toolbox like the one available in MATLAB, the ...
alrededor de 1 mes hace | 0
upper and lower bounds on loess
Hi Kristian Creating upper and lower bounds for a LOESS (Locally Estimated Scatterplot Smoothing) fit involves estimating the v...
alrededor de 1 mes hace | 0
optimizing each element of a matrix based on the elements of another matrix
Hi Susan To maximize your objective function for each specific (i, j, m, k) with respect to ptilda(i, j, k, m), your problem ha...
alrededor de 2 meses hace | 0
PSO code cannot get converged solutions ??
Hi Ezzat Here are a few considerations and imporvements that can be considered for yor PSO implementation - 1. Ensure the vel...
alrededor de 2 meses hace | 0
Symsum iteration over non-symbolic array problem
Hi Stefan As per my understanding, you would like to generate the sum of a series of log functions l(x). To achieve the desired...
alrededor de 2 meses hace | 0
How to solve an expression with multiple variables using input values substitution?
Hi Sunny To solve this problem in MATLAB, symbolic math can used to substitute the given values into the polynomial expression,...
alrededor de 2 meses hace | 0
Custom Display for symbolic Object
Hi Justin To achieve the behavior where a symbolic variable automatically displays its formatted LaTeX representation when a se...
alrededor de 2 meses hace | 0
How to solve this equations for alfa and beta ?
Hi Tarik As per my understanding, you would like to find the angles 'alpha' and 'beta' that minimize or maximize the distance b...
alrededor de 2 meses hace | 0
Facing an error when attempting to pass my training data to train a network.
Hey Shreyas The error you're encountering indicates a mismatch between the expected input dimensions for the network and the di...
3 meses hace | 0
Plot the potential surface and electric field strength vectors in the Oxy plane
Hi Nguyen As per my understanding, you would like to write a MATLAB program that computes and visualizes the potential surface ...
3 meses hace | 1
Boxplot and mean for selected range of temporal datasets
Hi Adi As per my understanding, you would like to filter a dataset based on a specified depth range (‘z_i’) and calculate stati...
3 meses hace | 0
Need suggestions for calculating the coefficient matrix of Bspline interpolation for any order in MATLAB
Hi Rohitashya After reviewing your MATLAB code and the algorithm, I have identified a few areas where you can consider optimiza...
3 meses hace | 0
| aceptada
Error "Error using Delaunay Data points in complex number format are not supported. Use REAL and IMAG to extract the real and imaginary components."
Hi Neda The error you're encountering with the delaunay function suggests that at some point, complex numbers are being passed ...
3 meses hace | 0
| aceptada
Plotting Dynamic Contours on a Floor plan
Hi Alexandros, From the provided code, I understand that you have the boundaries of the walls of a floor plan, extracted using ...
3 meses hace | 0
MIR toolbox store features
Hi Rita As per my understanding, you would like to store the features of all the audio files in the folder, but the current cod...
3 meses hace | 0
2D steady state thermal model using Volume Element Method (VEM) for a cable with flowing fluid in center
Hey Eoin It looks like you're trying to model the temperature distribution in a superconducting cable using a finite volume met...
5 meses hace | 0
How to Implement a Digital Twin System Using Lungkuta and Particle Swarm Optimization Algorithms?
Hey As per my understanding, you would like to integrate the Particle Swarm Optimization (PSO) algorithm with the Runge-Kutta m...
5 meses hace | 0
Different time step while saving two dataset from Simulink to workspace using "to workspace" block even after setting the timestep same for both.
Hey Yash As per my understanding, you logged two datasets from Simulink to MATLAB workspace using the ‘To Workspace’ block and ...
5 meses hace | 0
Distribution of Lightning in different circles for different distances
Hi Joydeb As per my understanding, for a given data of lightning flashes, you would like to analyse the azimuthal distribution...
5 meses hace | 0
the critical in the KDV equation coefficients
Hey Jazz I understand that you would like to visualize the critical points through the Korteweg-de Vries (KDV) equation coeffic...
5 meses hace | 0
Assigning features to the matrix based on windowing
Hey Elzbieta Assigning the information about condition and device to the windowed features can be done by determining the most ...
5 meses hace | 0
Supersonic Nozzle Design using Method of Characteristics
Hi Bamelari, To implement the "Less than Maximum Expansion" method in the supersonic nozzle design, your approach needs to be a...
5 meses hace | 0