已提交


Optimal Battery Charge and Discharge Simulation
Behavior of a battery, considering parameters such as maximum and minimum capacity, charging and discharging currents, and volta...

6 months 前 | 51 次下载 |

已回答
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 months 前 | 4

已回答
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 months 前 | 4

已回答
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 months 前 | 4

已回答
how to plot sine wave signal with synchronous and non synchronous sampling?
Please check the python code: Import the necessary libraries: import numpy as np import matplotlib.pyplot as plt D...

7 months 前 | 4

已回答
Specific toolbox or functions that can assist in simulating the impact of different EV charging stations placement strategies
MATLAB offers various toolboxes, such as Simulink and Power Systems Toolbox, that can be used to simulate the impact of differen...

7 months 前 | 3

| 已接受

已回答
Determination of optimal placement of EV charging station
MATLAB's Optimization Toolbox provides a range of optimization algorithms and tools that can be used to solve complex mathematic...

7 months 前 | 3

| 已接受

已回答
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...

8 months 前 | 5

| 已接受

已回答
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...

8 months 前 | 5

已回答
Example of Reinforcement learning for classification
import reinforcementlearning as rl # Load the image data image_data = load('images.mat'); # Create the reinforcement ...

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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...

8 months 前 | 6

已回答
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...

8 months 前 | 6

| 已接受

已回答
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...

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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....

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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 ...

8 months 前 | 7

| 已接受

已回答
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 ...

8 months 前 | 5

已回答
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...

8 months 前 | 5

已回答
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...

8 months 前 | 5

| 已接受

已回答
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...

8 months 前 | 5

| 已接受

已回答
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...

9 months 前 | 6

已回答
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...

9 months 前 | 6

已回答
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...

9 months 前 | 6

| 已接受

已提交


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

9 months 前 | 24 次下载 |

已提交


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

9 months 前 | 19 次下载 |

加载更多