Community Profile

photo

Vidip


Last seen: 16 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

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...

15 days 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...

15 days 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...

16 days 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...

16 days 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...

16 days 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...

16 days 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...

16 days 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 ...

16 days 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...

16 days 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...

16 days 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, ....

20 days 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...

20 days 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...

20 days 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 ...

20 days 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 month 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 month 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 month 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 month 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 month 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 month 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 month 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 month 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 month 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 month ago | 0

Answered
Export mass matrix and stiffness matrix from Matlab Simscape
In Simscape, you can create a system with masses and springs, and it’s possible to extract information related to the mass and s...

1 month ago | 0

| accepted

Answered
Adding dynamic property to existing class definition
I understand that you want to add a property that can be accessed when called and needs to be dynamic. To add a dynamic property...

1 month ago | 0

Answered
How to convert a working serial communication model into a Desktop Real-Time one?
To transfer your working Simulink model for use with Simulink Desktop Real-Time, especially for serial communication with an IMU...

1 month ago | 0

Answered
simulink GUI popUp menu
To show different Simulink models using a GUI popup menu in MATLAB, you can create a graphical user interface (GUI) that include...

2 months ago | 0

Answered
MATLAB not receiving packets
The packets can be rejected due to the MAC address mismatch between the remote device and address of your ethernet adapter. Apar...

2 months ago | 0

Answered
Continue online vs download my computer
Your query could be interpreted in a couple of ways, so to ensure that I provide you with the most relevant information, I will ...

2 months ago | 0

Load more