Community Profile

photo

recent works


Last seen: 7 jours il y a Actif depuis 2022

Working on optimization of electrical applications, DC-DC converters, Multilevel inverters, and power quality issues in microgrid systems

Programming Languages:
C++, C, R, MATLAB, Assembly
Spoken Languages:
English, Hindi, Telugu
Professional Interests:
Electrical and Computer Engineering

Statistiques

All
  • Thankful Level 1
  • Pro
  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer
  • Personal Best Downloads Level 5
  • Explorer
  • 5-Star Galaxy Level 5
  • First Review
  • First Submission

Afficher les badges

Content Feed

Afficher par

A répondu
Is there any layer like additionLayer that can give multiple outputs?
There is a layer like additionLayer that can give multiple outputs. It is called the ConcatenateLayer. The concatenate layer tak...

17 jours il y a | 1

| A accepté

A répondu
I am writing a code for demand side management using game theory .But I am getting some errors in calculate utility line.
The error message is saying that the index 2 exceeds the array bounds. This is because the setdiff() function returns a vector...

17 jours il y a | 1

A répondu
Example of Reinforcement learning for classification
import reinforcementlearning as rl # Load the image data image_data = load('images.mat'); # Create the reinforcement ...

17 jours il y a | 1

A répondu
How to implement the bayesain optimization in NN model structured with back propagation algorithm?
Bayesian optimization is a technique for finding the optimal hyperparameters of a machine learning model. It works by constr...

17 jours il y a | 1

A répondu
read specified data range for fread a large binary file
Yes, it is possible to read a specific range of data from a binary file in MATLAB. You can use the fread() function to read da...

17 jours il y a | 1

A répondu
How to calculate load carrying capacity using matlab code for journal bearing ?
function load_carrying_capacity = integrate_pressure(pressure, theta) """ Integrates the pressure over the bearing are...

18 jours il y a | 1

A répondu
How to simulate a blue laser using MATLAB
% Import the necessary libraries import control.lib.ode % Define the parameters of the laser diode wavelength = 440...

21 jours il y a | 2

| A accepté

A répondu
Convert Timeseries to Timetable for an R202a version.
Create a new variable to store the converted timetable. Use the array2timetable function to convert the Timeseries to an ar...

21 jours il y a | 1

A répondu
I want to know which of the two spaces each point belongs to in a 3-dimensional space divided into two parts by a single plane.
To find which of the two spaces each point belongs to, you can use the following steps: Substitute the coordinates of the point...

26 jours il y a | 1

A répondu
How can I access the properties of A class in B class without creating objects?
Yes, there is a way to get the properties of PropertyAccess in ClassA without creating objects. You can do this by using the m...

26 jours il y a | 1

A répondu
Matlab and Raspberry Pi 4 with Analog Voltage Inputs
There are a few different ways to acquire analog voltage signals with MATLAB/Simulink and Raspberry Pi 4. One way is to use a de...

26 jours il y a | 1

A répondu
Try to create Vivado project with HDL coder
The error message you are getting is saying that the Vivado project cannot find the board definition for the Zedboard board....

26 jours il y a | 1

A répondu
Multiple moving points in an area with the given velocity
Moving random number of points in an area at a given velocity: clc close all % Define the area of movement x_min = 0; x_m...

26 jours il y a | 1

A répondu
Why can an empty array constructed from a built-in class perform multiplication, while an empty array generated from my custom class cannot perform multiplication?
you are observing is due to how operators are defined and implemented for different classes. The behavior of operators, such as ...

27 jours il y a | 3

| A accepté

A répondu
Bring simulation results from simulink to matlab
Check for Compatibility Issues New MATLAB versions might introduce changes to functions, syntax, or behavior. Make sure that ...

environ un mois il y a | 2

A répondu
Write Hamiltonian using kron function
The Hamiltonian you have provided is a sum of six Pauli matrices, each acting on a different spin. The Kronecker product is a wa...

environ un mois il y a | 2

A répondu
Using Multiple Classes/Files MATLAB
Create Class Files: You mentioned that you have three separate .m files, each containing a class. Let's assume these class files...

environ un mois il y a | 2

A répondu
how to find the data rates in a generated frequency
Calculating data rates in an OFDM (Orthogonal Frequency Division Multiplexing) system involves considering several parameters su...

environ un mois il y a | 2

| A accepté

A répondu
Return the value of a selected tree node
It sounds like you're trying to work with a tree structure in a UI, where the tree has a parent node ("PrechargesNode") and seve...

environ 2 mois il y a | 3

A répondu
make smaller global variables in code generation
If you're dealing with limited memory resources in embedded systems and the total size of global variables is a concern during c...

environ 2 mois il y a | 3

A répondu
Neural Network statistics?
Yes, you can save the gradient and performance values for each epoch during the training process in MATLAB using a custom script...

environ 2 mois il y a | 3

| A accepté

A soumis


UPFC (Unified Power Flow Controller) Implementation
MATLAB implementation demonstrates the application of a Unified Power Flow Controller (UPFC) to enhance voltage stability in a p...

environ 2 mois il y a | 14 téléchargements |

A soumis


Enhancing Voltage Stability with SVC
The application of a Static Var Compensator (SVC) to enhance voltage stability in a power system

environ 2 mois il y a | 16 téléchargements |

A soumis


Enhancing Voltage Stability with STATCOM
The use of a Static Synchronous Compensator (STATCOM) to enhance voltage stability in a power system.

environ 2 mois il y a | 17 téléchargements |

A répondu
Roadrunner:When import xml file ,get error.
In RoadRunner, importing an XML file requires the file to follow the OpenDRIVE format. OpenDRIVE is a standardized XML-based for...

environ 2 mois il y a | 5

A répondu
Undefined function 'extractLBP' for input arguments of type 'uint8'.
The error you are encountering (Undefined function 'extractLBP' for input arguments of type 'uint8'.) indicates that the extract...

environ 2 mois il y a | 6

| A accepté

A répondu
Modify Matrix / multidimensional array with Colon in Colon
You are correct that using the colon operator directly to perform the multidimensional assignment is a bit tricky in MATLAB. The...

environ 2 mois il y a | 5

| A accepté

A répondu
Sampling rate issue while working on ADRV9361-Z7035 using Software/Hardware co-design workflow
It sounds like you have designed a multi-rate system in MATLAB/Simulink using the Hardware/Software co-design approach for the A...

environ 2 mois il y a | 5

A répondu
MATLAB designed app not working after exporting it to system
When you encounter issues with your MATLAB App after exporting and running it on a different system, there are several potential...

environ 2 mois il y a | 5

A soumis


Wind Farm Layout Optimization
Simple wind farm layout optimization by visualizing the locations and capacities of wind turbines in a 2D plane.

environ 2 mois il y a | 9 téléchargements |

Charger plus