Shishir Reddy
Followers: 0 Following: 0
Statistics
0 Questions
70 Answers
RANK
958
of 296,558
REPUTATION
78
CONTRIBUTIONS
0 Questions
70 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 20,392
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,677
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
16 days ago | 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...
16 days ago | 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...
18 days ago | 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...
18 days ago | 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...
18 days ago | 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...
19 days ago | 0
| accepted
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 ...
19 days ago | 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...
20 days ago | 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 ...
20 days ago | 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...
23 days ago | 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...
1 month ago | 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...
1 month ago | 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...
1 month ago | 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,...
1 month ago | 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...
1 month ago | 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...
1 month ago | 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 months ago | 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 months ago | 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 months ago | 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 months ago | 0
| accepted
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 months ago | 0
| accepted
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 months ago | 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 months ago | 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...
4 months ago | 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 months ago | 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 months ago | 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 months ago | 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 months ago | 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 months ago | 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 months ago | 0