Answered
How can i find the temperature of battery connected to circuit, in Simulink?
In Simulink, modeling the temperature of a battery connected to a circuit, especially one involving an alternating current (AC) ...

1 year ago | 0

| accepted

Answered
Image Aquisition Toolbox, islogging versus isrunning confusion
In the context of the Image Acquisition Toolbox (IMAQ) in MATLAB, the ‘isrunning’ function checks if the video input object is i...

1 year ago | 0

Answered
Thoughts on improving function execution time?
I understand that you have already used ‘parfor’, vectorization and want to further optimize and potentially reduce execution ti...

1 year ago | 0

Answered
Why my Simulink does not work on RAPID ACCELERATOR mode?
Simulink’s rapid accelerator mode is designed to speed up the simulation of models by compiling them into a standalone executabl...

1 year ago | 0

Answered
How to update a tracker without any detections?
I understand that you want to manage the use of detections with a tracker, especially when dealing with varying inputs over time...

1 year ago | 0

Answered
How do i increse the accuracy for my dataset beyond 78 %?
Improving the accuracy of a model, especially one based on convolutional neural networks (CNNs) like in your case, can be approa...

1 year ago | 0

Answered
toolboxes in matlab/Simulink for rotart compressor
For simulating the thermodynamic model of a rotary compressor in MATLAB/Simulink, especially when you plan to use REFPROP for fl...

1 year ago | 0

Answered
matlab/simulink to digsilent
I understand that you want to use MATLAB/Simulink model in DIgSILENT PowerFactory. You can export a DLL file from MATLAB/Simulin...

1 year ago | 0

Answered
How can I save rl agent and env during traing?
I understand that you want to know about saving both the agent and environment while training. During training, you can save can...

1 year ago | 0

Answered
Autonomous Vehicle Simulation in Simulink Environment; Trying to create the image attached in Simulink
I understand you want to model an autonomous vehicle moving on its own and moving around obstacles, you can use Model predictive...

1 year ago | 0

Answered
Simulink Model Reference: How to Initialize states provided data in a parent model?
In Simulink, model reference technology allows you to incorporate models within other models, facilitating modular design and te...

1 year ago | 0

Answered
Error using dsolve, System of differential Equations
The error you're encountering arises from attempting to assign the output of ‘dsolve’ directly to function handles in a way that...

1 year ago | 0

Answered
I am using webcam to take image and recognizing faces after processing I want to preview the live image with the person's name. How I should write on the specific point on the preview window?
To process the snapshot from your webcam feed, add a person's name at a specific point on the image, and display the processed v...

1 year ago | 0

Answered
How can I store I and Q data from the serial port to the table with separate column?
I understand that you want to store the I and Q data from the serial port into a table with separate columns in MATLAB, you can ...

1 year ago | 0

Answered
Similar tool to vision.alphablender
Yes, you can achieve similar functionality to ‘vision.AlphaBlender’ using MATLAB functions outside of the Computer Vision Toolbo...

1 year ago | 0

Answered
fmincon returns a message that no feasible solution found
When you encounter a discrepancy in the feasibility of solutions between running a problem as a pure feasibility problem (object...

1 year ago | 0

Answered
Sequence Images on Matlab
To play back the image sequences like a video and overwrite the files into a consistent naming format (Image1.jpg, Image2.jpg, ....

1 year ago | 0

Answered
Classification using Spiking Neural Network
Implementing a Spiking Neural Network (SNN) for classification from scratch in MATLAB can be quite complex due to the detailed n...

1 year ago | 0

Answered
simulink model of MPPT of PV array
Creating a Simulink model for Maximum Power Point Tracking (MPPT) of a Photovoltaic (PV) array involves several steps, including...

1 year ago | 0

Answered
roc and auc plotting in cnn
To plot the Receiver Operating Characteristic (ROC) curve and compute the Area Under the Curve (AUC) for a Convolutional Neural ...

1 year ago | 0

Answered
Why is the session interface no longer recommended? I have code that uses it and works, but can be slow. Will changing to the Data Acquisition interface speed up my code?
Your current code using the session interface might work, it's generally recommended to migrate to the Data Acquisition Toolbox ...

1 year ago | 0

Answered
Bounding boxes must be non-empty, fully contained within their associated image and must have positive width and height.
In the case of valid bounding boxes, they must be non-empty, fully contained within their associated image and must have positiv...

1 year ago | 0

Answered
Training data from a read of the input datastore contains invalid bounding boxes?
In the case of valid bounding boxes, they must be non-empty, fully contained within their associated image and must have positiv...

1 year ago | 0

Answered
Xloadings are the regression coeffiecients in "plsregress"?
In the context of Partial Least Squares Regression (PLSR) using the ‘plsregress’ command in MATLAB, X-loadings are the predictor...

1 year ago | 0

Answered
How can I set a value to the learning rate of an autoencoder?
The ‘trainAutoencoder’ function uses optimization algorithms that don't expose a learning rate parameter in the same way that gr...

1 year ago | 0

Answered
Semantic segmentation evaluation results
The error message you're encountering, "size of the categorical data returned by dsResults and dsTruth must be the same," sugges...

1 year ago | 0

Answered
semantic segmentation with different dataset
To create the label pixel for data images which can be used for semantic segmentation using deep learning, you can use ‘Image La...

1 year ago | 0

Answered
error when running Semantic imageSegmentationUsingDeepLearning example
The error message you have provided indicates a problem related to the ‘pixelLabelDatastore’ at line 265. Specifically, it menti...

1 year ago | 0

Answered
Simulink AMT-Clutch-Transmission Modelling
The AMT Controller plays a pivotal role in the automated manual transmission system by generating control signals crucial for th...

1 year ago | 0

Answered
Chemical reaction model in accompany with CFD in Matlab
Solving two (or more) coupled differential equations simultaneously in MATLAB can be efficiently handled using built-in function...

1 year ago | 0

Load more