已回答
Bias and variance in the convolutional neural network
Hi Gregor, You can use the in-built functions 'mean' and 'var' to get the bias error and variance error using the error matrix ...

1 year 前 | 0

已回答
What role does the nnet.layer.CPUFusableLayer play?
Hello Xie, I am assuming you want to know about the nnet.internal.cnn.layer.CPUFusableLayer. The nnet.internal.cnn.layer.CPUF...

1 year 前 | 0

| 已接受

已回答
How to package subsystems?
Hello, The arrow is typically used to indicate the direction of data flow. You can add arrow by adding an input port and connec...

1 year 前 | 1

已回答
Train a Signal in Machine Learning Toolbox
Hello Hamza, I understand you want to train a regression model in MATLAB to multiply a sinusoidal signal's amplitude by 5. To a...

1 year 前 | 0

已回答
Inverse Dynamics of robot
Hi, I understand that your robot is moving even for zero input torque. One of the possible reasons is that the robot has initi...

1 year 前 | 0

已回答
How to configure Mask of Subsystem to avoid: "attempted to change the active variant during update diagram. The active variant must be configured before the update diagram."
Hi, To avoid the error, you need to configure the active variant correctly before updating the diagram to ensure a successful ...

1 year 前 | 0

已回答
Implementing a Markov Modulated Poisson Process - Mathworks Help dead link
Hi, The example ‘Generating Entities as a Markov-Modulated Poisson Process’ you are referring to was modelled using the old Si...

1 year 前 | 0

| 已接受

已回答
I have 2 datasets each of a (12x12) matrix. I want a qqplot between 2 datasets. Brief the functions to be used in detail . Do i need to fit any distribution and then plot?
Hi, A quantile-quantile plot (qq-plot) does not require to fit a specific distribution. >> qqplot(x,y) The above function ...

1 year 前 | 0

已回答
Real-Time Particle Tracking
Hi, Apart from the recursive particle tracking using a completed image sequence, you can use the Kanade-Lucas-Tomasi (KLT) alg...

1 year 前 | 0

已回答
How to use evm?
Hi, You can use the built-in comm.EVM object as it provides a convenient and standardized way to calculate EVM in MATLAB. He...

1 year 前 | 2

| 已接受

已回答
How to simulate a circuit controlled by Arduino on Simulink without the Arduino hardware
Hi, I understand you want to simulate an Arduino circuit but without using an actual Arduino hardware. The Simulink Support Pa...

1 year 前 | 1

| 已接受

已回答
IEC61850 communication model
Hi, I understand that you are attempting to implement the communication model of the IEC61850 protocol using SimEvents. To ...

1 year 前 | 0

已回答
how to fix this error
Hi, As per the screenshot shared by you, it seems you are getting algebraic loop error because of the feedback loops in the mo...

1 year 前 | 0

已回答
Is Renesas microcontroller RH850/F1KM-S1, 32 bit board, compatible with MATLAB 2022b?
Hi, As per my understanding of the question you want to know about MATLAB R2022b compatibility with Renesas RH850/F1KM-S1 micro...

1 year 前 | 0

已回答
Acquire data over LAN VISA
Hi, As per my understanding you are experiencing a limitation in acquiring data over VISA-LAN with direct communication through...

1 year 前 | 0

已回答
running simulink model on a ti c2000 mcu
Hi Kilaparthi, Try to install the dependencies and support packages again referring this video by MATLAB - https://youtu.be/rs...

2 years 前 | 0

已回答
simulink TI C2000 F28035 Data monitoring
Hi Mustafa, I understand that you are not able to connect to a suitable port for reading data. I suggest you to go to the host ...

2 years 前 | 0

| 已接受

已回答
LAUNCHXL-F28379D: Need information regarding Digital DC/DC Buck Converter Using Peak Current Mode Control
Hi Pratyay, As per my knowledge f28379D Launchpad is used for voltage-mode control. If you want to implement peak current-mode ...

2 years 前 | 0

已回答
Buck boost converter gate terminal is not connecting to pulse generator
Hi Satendra, In the attached screenshot I made a model of simple dc-dc buck converter, you can try to replicate the same. May b...

2 years 前 | 0

已回答
Need information regarding Software implementation model for TI F28379D Launchpad with BOOSTXL-BUCKCONV
Hi Pratyay, The system initialization block is written for the code-gen variant of the model. If you want detailed description ...

2 years 前 | 0

已回答
TMS320F28379D: Code Generation Error while Using CLA Task Trigger block in Simulink
You should connect a CLA_Subsystem with the CLATaskTrigger instead of using a function interrupt. Checkout the code-gen variant ...

2 years 前 | 0

已回答
TI C2000, To workspace always gives last value.
You can use a data store memory in Simulink. You can refer to the article from the link given below. Define data store - Simul...

2 years 前 | 0

已回答
Simulink &TI f28379d ADC configuration
To get a stable output you can use a relay block available in Simulink. This may help you to get a stable value within the range...

2 years 前 | 0

已回答
changing hardware board to F280379D for embedded coding using matlab R2021b
Probably you made a copy of a file and made changes in the new one and tried to simulate it. Either change the name of the new f...

2 years 前 | 0

已回答
developing an embedded target
For embedded targets, you can probably make a simulation variant, but the code-gen variant will probably come from MW because fo...

2 years 前 | 0

已回答
Unknown error using Simulink with Lego EV3
Check for the installation of the dependencies, if build failure sustains then it would be great if you could share a screenshot...

2 years 前 | 0