已回答
I would like to introduce a new loss function.
Hi @usama, In MATLAB, to incorporate custom loss functions into deep learning models, you need to define the loss function an...

9 months 前 | 0

已回答
Which public finance databases are officially supported by MATLAB Financial Toolbox?
Hi @HK Physicist, The Financial Toolbox in MATLAB, through its Datafeed Toolbox, allows access to several public finance databa...

9 months 前 | 1

| 已接受

已回答
Deployed Java package: Does "getenv" get value inheritted from immediate parent process?
Hi @FM, In MATLAB and the MATLAB Runtime, environment variables are inherited from the parent process, which is consistent wi...

9 months 前 | 0

| 已接受

已回答
Why I can't tune/design PID for a stepper motor with lead screw modelled with simscape?
Hi @MOKHTAR, It seems you're trying to use the "PID Tuner" app to automatically tune a PID controller in a Simulink model w...

9 months 前 | 0

已回答
How to find when audioplayer is finished playing?
Hi @Ria, It seems you are using an "audioplayer" object to play audio and want to update the text of a button in App Designer o...

10 months 前 | 0

已回答
Is there a way to select variant choice using a simulink signal instead of constants?
Hi @metehan akinci, It sounds like you are looking to select between two subsystems based on the value of a specific signal. ...

10 months 前 | 0

| 已接受

已回答
I want to make a feeedback closed loop for PWM controlled dc motor in simulink
Hi @Mohammadsufyan, It sounds like you are trying to close the feedback loop in your PWM-based motor speed control model but ...

10 months 前 | 0

已回答
Is it possible to embed a python model made with simulink into arduino?
Hi @Cristian Napole, When deploying code from Simulink to Arduino or other hardware boards, the process relies on the code ge...

10 months 前 | 0

已回答
How can I export Roadrunner Simulaton in Video?
Hi @Xinyu Yang, Starting with MATLAB R2024b, RoadRunner allows you to export simulations to video. Here's how you can do it...

10 months 前 | 0

已回答
Integration of a C++ Library in Simulink and deploy it to the Arduino UNO with automated Code generation
Hello @Johannes, It looks like you are trying to use an "S-function" block to integrate third-party C/C++ source files for re...

10 months 前 | 0

已回答
Driving a Step Motor with a Teensy Board Using PsychToolbox
Hi @연주, While controlling a stepper motor directly through MATLAB is not feasible, you can achieve this using Simulink. Start...

10 months 前 | 0

已回答
Can I include the libraries downloaded with arduino support package directly into my IO device builder block
Hi @Abdussamad Mohammed, The core libraries that come with the Arduino Support Package can be directly included in the genera...

10 months 前 | 0

已回答
What is the Difference between self and multihead attention algorithm ? I need Matlab code for both of them And Which one is preffered for classification tasks ?
Hi @enas, Self-attention is a method that enables each element in a sequence to focus on all other elements, effectively capt...

10 months 前 | 0

已回答
Error encountered while Generating PIL Executable for STM32 Nucleo Board
Hi @Silvia, It seems you are attempting to deploy an RNN-based model onto an STM32 Nucleo board and are encountering an error d...

10 months 前 | 0

| 已接受

已回答
Use trained RL agent to predit output on random test sample
Hello @Praveen Verma, It seems you are experiencing an error related to input or output types for the "getAction" function. A...

10 months 前 | 0

已回答
How can i consider vehicle dimensions in the plannerHybridAStar command?
Hello @Volcano, It sounds like you want to incorporate the vehicle's size into the Hybrid A* Planner. Typically, this is done...

10 months 前 | 0

| 已接受

已回答
Integration of a C++ Library in Simulink and deployment to the Arduino UNO using automated code generation
Hello @Johannes, It looks like you are trying to use an "S-function" block to integrate third-party C/C++ source files for re...

10 months 前 | 0

已回答
Completely reset nested enabled subsystems
Hello @Michael, It sounds like you are looking for a way to reset the states of an enabled subsystem each time it is enable...

11 months 前 | 0

已回答
Problem using Matlab web app server app
Hello @Victoria Ramirez, It seems you are encountering issues with the MATLAB Web App Server, specifically with errors relate...

11 months 前 | 0

已回答
RL Agent Training for multiple training samples
Hello @Praveen Verma, I understand that you want your reinforcement learning agent to start training from different initial c...

11 months 前 | 0

已回答
How to use pointAt() to point ground stations gimbals at different satellites at different time in satellite constellation to study link margin?
Hello @Ravi Raj Saxena, It seems you are encountering difficulties with the "pointAt" function in a loop, where you are adjus...

11 months 前 | 0

| 已接受

已回答
Implementation of simulink model using a .m script
Hi @Divyashree, It seems you're looking to process data from Excel sheets using Simulink and then save the results back into ...

11 months 前 | 0

| 已接受

已回答
PID Controller - non-adjustable parameters
Hi @Djordje, It seems like you want to configure the saturation limits of the integrator externally during code generation. Y...

11 months 前 | 0

已回答
Preprocessing to find circles in image with regionprops or imfindcircles
Hi @Marcus Glover, It sounds like you're having trouble identifying the centers and radii of three concentric circles in your...

11 months 前 | 0

已回答
How to switch between 'Connected IO' mode and 'Run in Kernel' mode programmatically when using Simulink Desktop Real-Time (SLDRT) ?
Hi @Seigan, It seems like you want to change Simulink's simulation mode programmatically and have these changes reflected in th...

11 months 前 | 1

| 已接受

已回答
how can i use the matlab file in python
Hi @muhammad, From your question it looks like you are encountering issues while trying to execute MATLAB code from Python. I...

11 months 前 | 0

已回答
Doubt on if this integrator out is correct?
Hi @Souparnika K S, From your question, it seems you are curious about whether the sharp transitions in the integrator sectio...

11 months 前 | 0

已回答
How to perform access simultaneously for multiple groundstations?
Hello @Daynah Rodriguez, It seems you want to create a table of access intervals for the connections between a specific satel...

12 months 前 | 0

已回答
Can Matlab display all the false positive/negative images from a confusion matrix automatically?
Hello @Steven Mozarowski, It sounds like you're looking to pinpoint which images in your dataset are leading to false posit...

12 months 前 | 0

已回答
How to ensure an RL Agent in Simulink receives input only after a condition based on the output is met
Hello @Koen van de Vendel, From your question, it seems you want the "RL Agent" block in Simulink to run only when certain co...

12 months 前 | 1

| 已接受

加载更多