回答済み
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 ...

2年以上 前 | 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 ...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | ダウンロード 20 件 |

0.0 / 5

送信済み


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

3年弱 前 | ダウンロード 21 件 |

0.0 / 5

送信済み


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

3年弱 前 | ダウンロード 45 件 |

0.0 / 5

回答済み
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...

3年弱 前 | 8

回答済み
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...

3年弱 前 | 9

| 採用済み

回答済み
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...

3年弱 前 | 8

| 採用済み

回答済み
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...

3年弱 前 | 8

回答済み
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...

3年弱 前 | 8

送信済み


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

3年弱 前 | ダウンロード 4 件 |

0.0 / 5

送信済み


Wind Energy Cost of Energy (COE) Calculation
Calculates the Levelized Cost of Energy (COE) for a wind energy project. The COE is a metric used to determine the cost of produ...

3年弱 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


Wind Power Integration
Calculates the wind power penetration level for a given day, which represents the proportion of wind power in the total electric...

3年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Wind Turbine Capacity Factor Calculation
Calculates the capacity factor of a wind turbine based on its total annual energy yield and rated capacity.

3年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Wind Turbine Annual Energy Production (AEP) Estimation
calculates the estimated annual energy yield from a wind turbine based on wind speed data for each month of the year.

3年弱 前 | ダウンロード 3 件 |

0.0 / 5

送信済み


Wind Power Curve Modeling
modeling of a wind power curve, representing the relationship between wind speed and power output of a wind turbine

3年弱 前 | ダウンロード 7 件 |

0.0 / 5

送信済み


Wind Turbine Energy Yield Estimation
calculates the estimated energy yield from a wind turbine based on a given wind speed probability distribution and a power curve...

3年弱 前 | ダウンロード 3 件 |

0.0 / 5

回答済み
What are anonymous functions in MATLAB, and how can they be used to simplify code? Provide an example where an anonymous function is used effectively.
Anonymous functions, also known as function handles, are nameless functions that can be defined using the @(arguments) expressio...

3年弱 前 | 10

| 採用済み

回答済み
How can I do centralized tracking with multi sensors?
Centralized tracking with multiple sensors involves fusing the measurements from different sensors into a common state represent...

3年弱 前 | 9

回答済み
How can I efficiently vectorize a for-loop in MATLAB? Provide an example where vectorization significantly improves performance compared to a traditional loop.
Example to calculate the cumulative sum of an array using a for-loop and its vectorized version: % Sample array arr = ...

3年弱 前 | 9

| 採用済み

送信済み


Comparison of Battery Charging: PID VS current controller
Compare PID control against the Constant Current method for smarter battery charging

3年弱 前 | ダウンロード 4 件 |

0.0 / 5

送信済み


Smart Battery Charging: Optimize SOC with a PID Controller
Discover the power of a PID controller in MATLAB to intelligently charge batteries, maximizing State of Charge (SOC) efficiently...

3年弱 前 | ダウンロード 8 件 |

0.0 / 5

送信済み


Battery Cell Health Estimation Using Cycle Life Data
Interpolate the data for a smooth curve and visualize the battery's capacity loss over different cycles.

3年弱 前 | ダウンロード 3 件 |

0.0 / 5

送信済み


Load Flow Analysis with STATCOM for Power Systems
load flow analysis in electrical power systems with the incorporation of STATCOM control.

3年弱 前 | ダウンロード 18 件 |

0.0 / 5

さらに読み込む