已回答
Will Simulink add native support for the SSP (System Structure & Parametrization) standard?
Hi @CAME As of now, Simulink (2025a) does not offer native support for the SSP (System Structure and Parametrization) standard....

2 months 前 | 0

已回答
Real-Time Hysteresis Inverter Control in Simulink – ADC Accuracy Issues with Arduino Due, Looking for Better ADC with Raspberry Pi 4
Hi @Seweryn While Raspberry Pi with Simulink is easy to use, it's not well-suited for fast control tasks like hysteresis curren...

2 months 前 | 0

| 已接受

已回答
How could I apply this example to another robot?
Hi @재형 You can use "importrobot" function to load your URDF and create a rigidBodyTree model https://www.mathworks.com/help/r...

2 months 前 | 0

已回答
Simulink Baseline Tests returning 'empty' after input renaming.
Hi @Chris I understand that you're seeing correct outputs when running the test harness directly, but not through Test Manager....

2 months 前 | 0

已回答
Accumulate total area between x-axis and a curve using a for loop
Hi @rezheen You can compute of the total area between your curve and the x-axis using a for loop. The key is to first collect a...

2 months 前 | 0

已回答
Does k-fold cross validation in the Classification Learner app stratify the data by default?
Hi @Juan Yes, the Classification Learner app in MATLAB uses stratified k-fold cross-validation by default when performing class...

2 months 前 | 0

已回答
how to decide variables in griewank function when using genetic algorithm toolbox
Hi @bhagyashri naruka When using the Genetic Algorithm (GA) toolbox to optimize the Griewank function (or any multivariable fun...

3 months 前 | 0

已回答
how to find intersection point between two paired matriices
Hi @CHRISTOPHER S To find the intersection points between two paired matrices, where each row in [A B] and [C D] represents coo...

3 months 前 | 0

已回答
Assign values to n symbolic variables
Hi @David Pham You can assign values to a set of symbolic variables like "x1", "x2", ..., "xn" using symbolic toolbox. The best...

3 months 前 | 0

已回答
how to create a variable matrix
Hi @UJWALA DONGARE To create a symbolic matrix with variables and functions like cosine, use the Symbolic Math Toolbox. Symboli...

3 months 前 | 0

已回答
Build Time delay neural network using Deep learning tool box
Hi @Abdelwahab Afifi To build a deep neural network that handles dual input and dual output with memory (using tapped delay lin...

3 months 前 | 0

已回答
Defining my objective function using vector of variables for lsqnonlin
Hi @Abdelwahab Afifi To make the objective function adaptable to any number of variables (based on the number of columns in the...

3 months 前 | 0

已回答
How to addParameter and validateattributes for several values at once (OOP)?
Hi @Armindo To accept and validate multiple object types in an "addParameter" call and using "validateattributes", the input va...

3 months 前 | 0

已回答
How to get cursor information of data tips using call back of a push buttion?
Hi @automycer To retrieve data tip information using "getCursorInfo" inside a push button callback, it is important to ensure t...

3 months 前 | 0

已回答
Change datatip label when using DefaultInteractivity on UIAxes in App Designer
Hi @Jimmy Smith It is possible to display string descriptions alongside data points in a 3D plot on a "UIAxes" in App Designer....

3 months 前 | 0

已回答
how to train svm classifier by 3 features
Hi @ANANDHI To train a non-linear SVM classifier using a Gaussian kernel (also called RBF kernel) in MATLAB, the "fitcsvm" func...

3 months 前 | 0

已回答
how to test svm classifier with new data set
Hi @ANANDHI If an SVM classifier has been trained using the "fitcsvm" function, new test data can be classified using the "pred...

3 months 前 | 0

已回答
get zoom status of a UIAxes
Hi @craq In the case of "UIAxes", we cannot use "zoom(app.UIAxes)" to get the zoom object like we can with regular axes. This w...

3 months 前 | 0

已回答
how to evaluate SVM classifier using 10-fold cross validation method
Hi @ANANDHI To calculate accuracy, sensitivity, and specificity of an SVM classifier using 10-fold cross-validation : 1. Split...

4 months 前 | 0

已回答
How can i susstract a gamma wavelenght from a eeg signal ??
Hi @Elena Alexandra Gradescu To remove one of the main EEG wave types (like theta, gamma, delta, or beta) from your signal, you...

4 months 前 | 0

已回答
how to represent signal
Hi @abdelrahman ibrahiem Please go through the following MathWorks documnetation links to know about signal representations: h...

4 months 前 | 0

已回答
How to convert knnclassify to fitcknn
Hi Here's how you can convert your code to use "fitcknn": https://www.mathworks.com/help/stats/fitcknn.html 1. Train the KN...

4 months 前 | 0

已回答
How can list All possible modes
Hi @Amy Hs If you have m hot streams and n cold streams, and you want to list all possible ways each hot stream can face the co...

4 months 前 | 0

已回答
Internal boundary conditions in subdomains
Hi @Carmelo Filippo If you want to apply an internal boundary condition on edge E3 (the interface between Face 1 and Face 2) in...

4 months 前 | 0

已回答
Opening htm at internal bookmark
Hi @berfri The command open('test.htm#Help35') does not work in MATLAB, because open searches for a file with the exact name, i...

4 months 前 | 0

已回答
[App Designer] Delaying plot function with respect to 'ValueChanging' callback
Hi @Rudy You can solve this issue by adding a simple debounce mechanism using a timer. The idea is to only update the plot if a...

4 months 前 | 0

已回答
How to shift values?
Hi @Eliana Scott The current function definition is incomplete, and you need to write statements that will: Move each element ...

4 months 前 | 0

已回答
how to calculate interference?
Hi @ankanna To determine the interfering nodes for a given path in a network, you can follow these steps: List the nodes on yo...

4 months 前 | 0

已回答
How to create one common harness?
Hi @Oleksandr Denysenko The best way is to create the test harness directly on the library block itself, not on each individual...

4 months 前 | 0

已回答
How to set/assign a value to Subsystem inports from .m file?
Hi @Ramesh Akula Yes, you can assign values to Simulink Subsystem inports from an '.m' file, without needing Simulink Test. Th...

4 months 前 | 0

加载更多