photo

Samay Sagar


Active since 2023

Followers: 0   Following: 0

I am a final year B.tech (CSE) undergrad at IIITDM Jabalpur

Programming Languages:
C++
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Truncated VideoReader width value when reading .mov files
Hi @Alexandra Crawford I have also faced a similar issue in the past when reading videos using "VideoReader" on MacOS 14. A pos...

11 hours ago | 0

Answered
I keep getting the error "Error: File: builtin.m Line: 1 Column: 24 Invalid text character...". How do I fix this?
Hi @Dinithi, It looks like your MATLAB environment has encountered some internal corruption, possibly related to the path setti...

1 day ago | 0

Answered
How do I create runtime objects for input ports?
Hi @Ninad, I see that you are trying to create event listeners for “inports” in Simulink. However as mentioned in the Mathworks...

1 day ago | 0

Answered
Downloading Specific Files from Amazon S3 Bucket
Hi @Orestis Stylianou, To download specific files from a website using MATLAB, you can use the “websave” function. This functio...

19 days ago | 0

Answered
How to Retreive All Time Data
Hi Dieter, To store a more detailed set of simulation time in the MATLAB workspace, similar to what you see in the Simulation D...

19 days ago | 0

Answered
The path '' does not exist
Hi Chong-He, The error messages you are encountering indicate that the build process for your Simulink model “Lab1_Inverter” is...

20 days ago | 0

Answered
Cannot read video .avi format from hmdb51 dataset into MATLAB Online (For Classify Video Using Deep Learning MATLAB Tutorial)
Hi Daniel, I have also faced this issue while running the above example with MATLAB online in the past but now the error is not...

20 days ago | 0

Answered
To many internal error message after any execution.
Hi Divyanshu, The errors you are encountering are related to MATLAB's internal variable editor and workspace browser. It is pos...

21 days ago | 0

Answered
objectDetection (Report for single object detection) and YOLO.
Hi Bashir, When working with YOLO for object detection on video frames, it is important to ensure that your setup is correctly ...

21 days ago | 0

Answered
MQTT connection error on 2021b - Unable to resolve the name com.mathworks.mqttclient.client.Client.
Hi Eduardo, I have faced a similar issue in the past. To address this issue while trying to create an MQTT connection you need ...

21 days ago | 0

Answered
WindowButtonDownFcn vs zoom or pan
Hi @Giuela and @Ted Londner, I have also faced a similar issue in the past. When you assign a “WindowButtonDownFcn” callback t...

22 days ago | 0

Answered
errors: Point Cloud Classification Using PointNet Deep Learning
Hi Lu, I see that you are encountering the above error while running the example “Generate Synthetic Signals Using Conditional...

25 days ago | 0

Answered
Problem with : Error using sendmail; Can't send command to SMTP host; Remote host closed connection during handshake
Hi @Nik, @Amanda Fortuna My understanding is that the error you are encountering is related to the TLS protocol negotiation fai...

25 days ago | 0

Answered
Unable to update models referenced by... Error
Hi Radavid, I see that you are encountering issues while attempting to run a Processor-in-the-Loop (PiL) simulation for a discr...

26 days ago | 0

Answered
simulink test issue with c++ class code packaing interface
Hi Jafar, I understand that you are encountering an error related to code generation for C++ in Simulink Test, where a subsyste...

27 days ago | 0

Answered
Getting compilation error with generated c code with Emlrt functions
Hi Manish, I understand that you are encountering errors while trying to compile C code generated from MATLAB. The err...

27 days ago | 0

Answered
problem to install IQC toolbox
Hi Sharara, I understand that you are facing issues while installing the IQC toolbox. I had installed the same without any erro...

28 days ago | 1

Answered
How to connect value in app designer to simulink
Hi Thai, I understand that you want to pass values for certain parameters (spring stiffness and mass) from a MLAPP to a Simulin...

28 days ago | 0

Answered
How to setup a Simscape solution to deploy on a microcontroller running periodic loops
Hi Steven, I understand that you are trying to embed a Simscape model within a specific function call at a periodic rate on a t...

29 days ago | 0

Answered
How to retrieve multiband data using shape file?
To extract data from the seven-band image using the shapefile, you can follow these steps. This will involve reading the image d...

2 months ago | 0

Answered
How can I change multistage nlmpc Solver?
It appears that the issue you are encountering is due to the version of MATLAB you are using, i.e., R2022b, which does not suppo...

2 months ago | 0

Answered
ode15s Preparation
When using numerical solvers like "ode15s", multiple calls to the derivative function ("odefun") at t = 0 can occur for various ...

4 months ago | 0

Answered
How to load .fda file made in filter designer into a workspace
To ensure that the filter object “Hd” is available in the workspace when running the script, you can load the filter object from...

4 months ago | 0

Answered
How to track progress with programmatically run Test Manager (sltest.testmanager.run)?
Although the built-in “sltest.testmanager.run” command does not provide a direct way to monitor progress in real-time, a workaro...

4 months ago | 0

Answered
How can I make a t+10 prediction with NARX networks?
For making multi-step-ahead predictions, the NARX network should be trained in open-loop mode. The training phase helps the netw...

4 months ago | 0

Answered
Can you search for Stateflow objects in only a single model using sfroot?
Using the “find” function with “sfroot” does not directly limit its search to a specific Simulink model when multiple models are...

5 months ago | 0

Answered
[Appdesigner-uihtml] Is Drag and Drop supported? or any HTML5 APIs?
I have also faced a similar issue when using drag and drop with “uihtml” in MATLAB Desktop. As mentioned in the MathWorks docume...

5 months ago | 0

Answered
How to give target data in nntool or in nnstart?
To load target data for use with a Neural Network classifier, you need to convert your categorical labels into a format that the...

5 months ago | 0

Answered
How to find unclosed serialport objects
In transitioning from MATLAB's “serial” to “serialport” interface, a common challenge arises in managing open serial connections...

5 months ago | 0

Answered
Write the lines (sentences) of a 1513 x 1 string into separate lines in a text file, keeping the whole length of each sentence, without breaking them.
The issue you are encountering likely stems from the inherent formatting of the “newstr” string. This can happen if the sentence...

5 months ago | 0

| accepted

Load more