photo

recent works


Last seen: 3 Monate vor Aktiv seit 2022

Followers: 9   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

Statistik

All
MATLAB Answers

0 Fragen
85 Antworten

File Exchange

56 Dateien

RANG
104
of 300.364

REPUTATION
1.256

BEITRÄGE
0 Fragen
85 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
552

RANG
103 of 20.934

REPUTATION
10.362

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
56 Dateien

DOWNLOADS
540

ALL TIME DOWNLOADS
35461

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 12 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Determining gait cycle from heel marker motion capture data
Obtain the position data (typically x, y, z coordinates) for each heel marker from the motion capture system. Assume you have...

mehr als ein Jahr vor | 2

Beantwortet
How do you use a one parameter (S11), (s1p extension) file to model a direct RF chip input in RF Budget analyzer.
I shared one example MATLAB Script % Load the S-parameter data from the .s1p file S11Data = sparameters('chip_input.s1p')...

mehr als ein Jahr vor | 2

Gesendet


Dual-Tier Cluster-Based Routing Protocol
Dual-tier cluster-based routing protocol for a Wireless Sensor Network (WSN).

mehr als ein Jahr vor | 1 Download |

0.0 / 5

Beantwortet
Index in position 2 exceeds array bounds. Index must not exceed 1.
Try the follwoing one it is error free clc clear all; close all; I_1=[1]; I_2=[1 0;0 1]; Eh=[1]; Ev=[1 0;0 0]; E=blk...

mehr als ein Jahr vor | 2

Beantwortet
MACRO generation in C-code using embedded coder
You can integrate custom code directly into the generated code

mehr als ein Jahr vor | 2

Gesendet


Swing Curve Optimization using Harmony Search Algorithm
Optimize swing curve parameters for power systems using a Harmony Search Algorithm.

mehr als ein Jahr vor | 1 Download |

0.0 / 5

Beantwortet
'raytrace' function for LEO satellites
To address the issue of insufficient multipath rays when using the 'raytrace' function for a LEO satellite transmitter at high a...

mehr als ein Jahr vor | 3

Beantwortet
How to create a table with interpreter latex?
you can create the LaTeX code for the table dates = {'1$-$2 May 2024','2$-$3 May 2024','3$-$4 May 2024','4$-$5 May 2024','5...

mehr als ein Jahr vor | 3

Beantwortet
The estimation error is strangely obtained from Simpson's 1/3 rule...
The error calculation in your code should be C = 480; f4_max = -1.324287168211725E-19; % This is an approximation h = 1.01...

mehr als ein Jahr vor | 4

Beantwortet
Improve convergence of GD with momentum
To improve the convergence speed of your Gradient Descent (GD) algorithm with momentum, there are several strategies you can con...

mehr als ein Jahr vor | 3

| akzeptiert

Beantwortet
Label array from workspace in Image Labeler
To use MATLAB's Image Labeler with a matrix Z, you can convert it into a grayscale image and then load it into the Image Label...

mehr als ein Jahr vor | 3

Beantwortet
EdgeCallBack and node manipulation in graph (replacement for lost biograph functionality)
How we can address them with the updated tools. EdgeCallBack Functionality: In the newer graph toolbox, you can achieve similar...

mehr als ein Jahr vor | 3

Gesendet


Economic Load Dispatch by Adaptive Differential Evaluation
Optimal power scheduling & fuel cost minimization inspired by Adaptive Differential Evaluation Algorithm

mehr als ein Jahr vor | 2 Downloads |

0.0 / 5

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

mehr als ein Jahr vor | 5

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

mehr als ein Jahr vor | 5

| akzeptiert

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

mehr als ein Jahr vor | 5

| akzeptiert

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

mehr als ein Jahr vor | 5

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

mehr als ein Jahr vor | 4

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

mehr als ein Jahr vor | 4

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

fast 2 Jahre vor | 4

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

fast 2 Jahre vor | 3

| akzeptiert

Beantwortet
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

fast 2 Jahre vor | 3

| akzeptiert

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

fast 2 Jahre vor | 3

| akzeptiert

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

fast 2 Jahre vor | 3

| akzeptiert

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

fast 2 Jahre vor | 4

| akzeptiert

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

fast 2 Jahre vor | 4

| akzeptiert

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

fast 2 Jahre vor | 4

| akzeptiert

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

fast 2 Jahre vor | 4

| akzeptiert

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

fast 2 Jahre vor | 4

| akzeptiert

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

etwa 2 Jahre vor | 5

| akzeptiert

Mehr laden