photo

Shishir Reddy


Last seen: 9日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

バッジを表示

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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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...

約1ヶ月 前 | 0

| 採用済み

回答済み
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 ...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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 ...

約1ヶ月 前 | 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...

約1ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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,...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 0

| 採用済み

回答済み
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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0

さらに読み込む