Community Profile

photo

recent works


Last seen: 1일 전 2022년부터 활동

Followers: 0   Following: 0

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

통계

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

배지 보기

Feeds

보기 기준

답변 있음
Codegen for Satellite Constructor Using TLE
In MATLAB's Aerospace Toolbox, the satellite class typically relies on Two-Line Element (TLE) sets to initialize the satellite o...

대략 1개월 전 | 0

답변 있음
Are there any established methodologies or best practices for incorporating EV charging Stations
Best practices for incorporating EV charging load profiles into MATLAB simulations involve using real-world data to model chargi...

대략 2개월 전 | 0

| 수락됨

답변 있음
uncertainties in EV charging patterns be accounted for in MATLAB simulations
MATLAB simulations can account for uncertainties in EV charging patterns by employing stochastic modeling techniques, such as Mo...

대략 2개월 전 | 0

| 수락됨

답변 있음
how to output quantities within pdefun, bcfun, icfun in pdepe
In MATLAB's pdepe solver, the output arguments from pdefun, bcfun, and icfun are limited to the standard ones (c, f, s for pdefu...

2개월 전 | 1

답변 있음
Write a script file in MATLAB that calculates the resistance, inductance and capacitance of a double-circuit transmission line.
% Define parameters d = 0.5; % Distance between conductors (in meters) r = 0.02; % Radius of each conductor (in meters) L = 1...

2개월 전 | 0

답변 있음
Spectrum analyser,Warning: The specified amount of data was not returned within the Timeout period for 'readline'. 'serialport' unable to read any data. For more information o
Ensure Proper Serial Communication: Double-check the COM port (arduinoPort = 'COM3';). Make sure it matches the port where your...

3개월 전 | 0

답변 있음
Plot the periodic function.
import matplotlib.pyplot as plt # Define the periodic function def f(x): if x % 4 < 2: return 1/2 else: retu...

4개월 전 | 0

답변 있음
What MATLAB functions can be used to perform load flow analysis for evaluating fitness in capacitor placement optimization
The runpf function is commonly used for load flow analysis [V, ~, ~] = runpf(baseMVA, bus, branch, gen, load); power_loss = ...

4개월 전 | 0

| 수락됨

답변 있음
Please mention MATLAB functions or techniques can be used to handle constraints in WSO, such as ensuring capacitor sizes don't exceed available values
if soldier_positions(i,2) > max_capacitor_size soldier_positions(i,2) = max_capacitor_size; end

4개월 전 | 0

| 수락됨

답변 있음
Need how to implement the adaptive parameter tuning feature of WSO in MATLAB, specifically the morale (Wi) update
I think war strategy optimization you are working Use vectorized operations and logical indexing to update morale values for...

4개월 전 | 0

| 수락됨

답변 있음
I need efficiently initialize a population of soldiers (particles) with random positions within feasible bounds in MATLAB?
Use the rand function to generate random numbers within the specified limits for each decision variable. Example, to create ...

4개월 전 | 0

| 수락됨

답변 있음
I need to calculate the distance matrix between these locations in ev charging stations placement
% Assuming chargingStationCoordinates contains the coordinates of potential charging stations % Calculate distance matrix bet...

5개월 전 | 1

| 수락됨

답변 있음
I need know create a heatmap to visually represent this demand distribution
% Assuming you have data representing power demand at various points (powerDemand) % Create a heatmap to visualize demand dis...

5개월 전 | 1

| 수락됨

답변 있음
suggest me on implementing a genetic algorithm or a similar heuristic to determine the best charging station locations based on this data
% Assuming powerDemand is available and represents demand distribution % Assuming calculateFitness function is defined to calcu...

5개월 전 | 1

| 수락됨

답변 있음
can I overlay these locations on a map or distribution system plot to better understand the placement and coverage of charging stations
% Assuming demandCoordinates contain coordinates of demand points % Assuming optimalStationCoordinates hold the coordinates of ...

5개월 전 | 1

| 수락됨

답변 있음
Solving a linear system Ku=f using conjugate gradient method I implmented CG and PCG . Need help with visualisation of results
visualize the norm of the difference of the solution in every iteration with the final solution to see the convergence: cl...

5개월 전 | 1

| 수락됨

답변 있음
I have a doubt about how to implement real-time fault detection in a distribution system using MATLAB
Implementing real-time fault detection in a distribution system using MATLAB typically involves the use of signal processing and...

6개월 전 | 1

| 수락됨

답변 있음
shift -discrete signal
Assuming you have a signal x sampled at a rate of 600 microseconds and you want to shift it to the right by 100 microseconds, ...

6개월 전 | 2

답변 있음
parrot miniquadcopter simulink model
In the MATLAB/Simulink Quadcopter project with the Parrot Mambo miniquadcopter model, the "motor command" is not a standard phys...

6개월 전 | 2

답변 있음
How to generate network topology for several LoRa nodes as mesh network ?
Creating a mesh network for LoRa (Long Range) nodes can be a complex task as it depends on various factors like terrain, node ...

6개월 전 | 1

| 수락됨

답변 있음
Fit simbiology model to cmax or AUC data
Fitting a SimBiology model to data when you don't know the time of the Cmax (maximum concentration) can be challenging, but it's...

6개월 전 | 2

| 수락됨

답변 있음
I'm developing a deep learning-based MPPT algorithm in TensorFlow. I don't know how to create custom loss functions and custom layers for this specific application
Creating Custom Loss Functions: Import TensorFlow: Start by importing TensorFlow in your Python script or Jupyter Notebook. im...

6개월 전 | 2

| 수락됨

답변 있음
How to find the maximum of a 2d function in specific interval?
You can find the maximum value of your 2D function within a specific interval in MATLAB by using the following steps: Define ...

6개월 전 | 2

답변 있음
How to calculate the percentage of wavelet coherence value and significant coherence region
To calculate the percentage of wavelet coherence value and identify significant coherence regions, you can follow these steps ...

6개월 전 | 2

답변 있음
how do I Design and implement a 20-band DFT filter bank in MATLAB.
To design and implement a 20-band Discrete Fourier Transform (DFT) filter bank in MATLAB, you can follow these steps: DFT Filte...

6개월 전 | 2

답변 있음
Multiple Target Tracking using data coming from a real device
To develop a multiple target tracking system using data from a real radar device in MATLAB, you have a good set of toolboxes tha...

6개월 전 | 2

답변 있음
EV charging station Analysis
A dataset of EV charging station usage in MATLAB to generate insights, such as peak usage times and popular charging station loc...

6개월 전 | 2

답변 있음
What is the best way for frame construction?
Converting events from an event camera (also known as a dynamic vision sensor, DVS) to traditional frames is a process called ev...

7개월 전 | 3

답변 있음
im trying to run matlab video processing code and getting this error "Index in position 1 exceeds array bounds (must not exceed 1).
The error you are encountering, "Index in position 1 exceeds array bounds (must not exceed 1)," suggests that there is an issue ...

7개월 전 | 3

답변 있음
Plots are generated as a screenshot of whole screen using Publish Tool?
you did not mention the exact point as of my knowledge I shared some of them please check. Set Figure Dimensions figure...

7개월 전 | 3

더 보기