photo

Samay Sagar


Con actividad desde 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

Estadísticas

All
  • Knowledgeable Level 2
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

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

4 días hace | 0

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

4 días hace | 0

Respondida
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 días hace | 0

Respondida
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 días hace | 0

Respondida
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 días hace | 0

| aceptada

Respondida
How to implement importing data from csv file in optimization algorithm?
Based on my understanding, the “CreateModel” function needs be modified to accept an array of box dimensions, transforming the a...

5 días hace | 0

Respondida
I cannot get the method documented in "Specify Independent Parameters for Optimization" to work
Based on my understanding, the issue you are encountering is because “Kint” is calculated in the Init script without linking to ...

5 días hace | 0

Respondida
Unzipping MDF4 files and combining them into 1
In my understanding., the problem lies in the handling of the time field and combining the MDF files. Instead, you can use the “...

6 días hace | 0

Respondida
Programmatically trigger events for UI objects (AppDesigner) using "notify()"
The given error you are encountering is possibly because the event has been defined with private or protected “NotifyAccess”. En...

alrededor de 1 mes hace | 0

Respondida
from timetable to mysql database
As mentioned in the MathWorks documentation, “sqlwrite” supports only insertion of “table” data type in a database. However, you...

alrededor de 1 mes hace | 0

Respondida
Find out why mat files differ in size
You can utilize the "whos" command for thorough examination of variable sizes within MATLAB objects, facilitating the discernmen...

alrededor de 1 mes hace | 0

Respondida
How do I plot in a for loop while using workspace?
It will be helpful if you could share the exact issue you are facing when trying to run the model in MATLAB R2021a. Please note ...

2 meses hace | 0

Respondida
Creater a vector front a signal data in specific time intervals
In Simulink, the "To Workspace" block offers a convenient way to export the output of your simulation directly to the MATLAB wor...

2 meses hace | 0

Respondida
Simulink: Input port not imported
Simulink requires the time vector and the signal values to be of the same length. Since you're trying to input a constant value,...

2 meses hace | 0

Respondida
read files from 1 dic
The error message you're encountering indicates that the “interp” function expects its first argument to be a vector of type sin...

2 meses hace | 0

Respondida
Read HDF5 files with groups and subgroups.
You can use the ”h5info” function to get information about the file structure of your input HDF5 file. Thereafter, you can loop ...

2 meses hace | 0

Respondida
How to generate gifs using countourf and mutliply file inputs?
Hi David, The warning about constant “ZData” in the “contour” function suggests that at least one of your binary files may cont...

2 meses hace | 0

Respondida
Wget downlonads or updates from command line
I attempted to perform an update via the command line as well, but unfortunately, there wasn't a straightforward method availabl...

2 meses hace | 0

Respondida
Saving vectors for consecutive timesteps and turn them into an array
To provide a sequence of vectors as input to the LSTM 'Stateful Predict' block in Simulink, you can accumulate the vectors over ...

2 meses hace | 0

Respondida
Inserting images into a code when certain conditions are being met?
To add the functionality for displaying specific images after block 2 and to assign subjects to one of the three conditions, you...

2 meses hace | 0

Respondida
Is there any way to find out which specific instance of a UIContextMenu is being called?
Starting from MATLAB R2021b, you can access the node for which the context menu is opened using the “CurrentObject” property. He...

2 meses hace | 0

Respondida
How do I determine whether a UI callback was triggered by a keypress or a mouse click?
Since the “CellEditEvent” data doesn't provide direct information about the input method used to trigger the callback, we can us...

2 meses hace | 0

| aceptada

Respondida
How to consecutively import the data of multiple .txt files in a function?
To load only the numeric data from the TXT files into your function consecutively, you will need to modify the loop that process...

2 meses hace | 0

Respondida
원본 텍스트 Data plotted using VideoWriter and data saved as avi are different.
To resolve the issue of the white background or borders appearing in your saved video file, you need to set the figure and axes ...

2 meses hace | 0

Respondida
No sound when playing movie in Matlab2020b
The Computer Vision Toolbox in MATLAB primarily focuses on computer vision tasks and does not directly support synchronized audi...

2 meses hace | 0

Respondida
Calling and analyzing data from different subject folders
To load the recent three days of data for each subject and task within your directory structure, you can create a MATLAB script ...

2 meses hace | 0

Respondida
Function to Create a Function
To create a MATLAB function with fixed parameters that can be called multiple times without passing these parameters each time, ...

2 meses hace | 0

Respondida
Colorbar, display regular intervals
To have the colorbar display both extremes (max and min) and a fixed number of intermediate values at regular intervals automati...

2 meses hace | 0

Respondida
Add multiple rows in a preparedStatement to SQL
In order to insert multiple rows while handling potential conflicts, you can iterate over your data and execute the prepared sta...

3 meses hace | 0

Respondida
Possibility of naming the blocks automatically
Blocks in Simulink can be renamed automatically by setting up an event listener in MATLAB that triggers a function to rename the...

3 meses hace | 0

Cargar más