Shishir Reddy
Followers: 0 Following: 0
Statistics
0 Questions
60 Answers
RANK
1,009
of 296,158
REPUTATION
72
CONTRIBUTIONS
0 Questions
60 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 20,352
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155,481
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
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...
5 hours 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...
8 hours 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...
9 hours 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,...
10 hours 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...
2 days 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...
2 days 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...
2 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 ...
2 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...
2 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...
2 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 ...
2 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 ...
2 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...
2 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...
3 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...
4 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 ...
4 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...
4 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...
4 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 ...
4 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...
4 months ago | 0
Simulating engagement of two helical gears
Hi Bertug, To simulate the engagement of two helical gears in Simulink or Simscape, where one gear has random RPM and the other...
4 months ago | 0
query regarding the output function in ode 45 ?
Hi Souvik As per my understanding you would like to prevent the solver from computing and returning the full solution in ‘y’. T...
4 months ago | 0
Working with Second Order Sections HRTF dataset for binauralization
Hi Shaunak The code looks well-structured for transforming a mono audio signal into a binaural signal using a SOFA file contain...
4 months ago | 0
Issue with High Estimation Error in 2nd and 3rd Rows of State Vector
Hi Om Prakash Upon reviewing the provided code, I see that there is an inconsistency in the number of states between the initia...
4 months ago | 0
Using z-transform to solve the capacitor current, but I don't know where I went wrong.
Hi xin When dealing with discrete data, plotting directly will inherently produce a step-like appearance. If the objective is t...
4 months ago | 0
How to see geometry edge numbers that are crowded for multilayered geometries with layers of significantly different thicknesses
Hi John It appears that the variable Rtfh has been overwritten in the code. It should be ensured that each part of the geometry...
4 months ago | 0
| accepted
limit elevation angles for a phased array on a platform/aircraft to satellite
Hey Mike Ground stations have fixed locations on Earth. This makes the calculation of elevation angles relatively straightforwa...
4 months ago | 0
Replacing Simscape's gimbal joint's Spring Stiffnes with External Torque
Hi Ondrej The ability to replace joint behaviour with external torques depends on the complexity of the motion and the degrees ...
4 months ago | 0
MERGE EXCEL SHEETS INTO ONE MATLAB DATA FILE
Hi Saptorshee It is possible to combine data from multiple Excel sheets into a single .mat file. This can be achieved by using ...
4 months ago | 1
Obtain the port value in real time, and judge the size of the value. If the value is not met, a warning is reported.
Hi Fangping Visualizing the value of an input port in real time can be done in Simulink using the scope/ display blocks. Refe...
4 months ago | 0