Community Profile

photo

Asit Kumar


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Sorting and finding index with Simulink (without Matlab function block or any toolbox)
I need to sort an incoming array and find the indices of the first nth smallest numbers in the array. I need to accomplish this ...

5 years ago | 1 answer | 0

1

answer

Answered
how to round 10.5 to 10 ?
both _fix_ and _floor_ will give the same answer for positive decimal numbers (if your intention is to round down regardless the...

6 years ago | 0

Question


How do I close a Desktop window using Matlab commands?
Like _'winopen'_ opens a desktop window, is there a command in Matalab that closes a particular desktop window (which does NOT b...

6 years ago | 2 answers | 0

2

answers

Question


Is it possible to automatically pass a predefined value to a variable assigned to questdlg, inputdlg, uigetdir (without the input window pop up)?
I am coding a plugin to be used together with a previously existing code (function). The existing code CAN'T be modified. It con...

6 years ago | 1 answer | 0

1

answer

Question


How to publish MATLAB plots as graphs (including data points), and not just snapshots of the plot ?
I am publishing the results of a Matlab plot in a doc file. Instead of just the snapshot of the plot, I want the plot to contain...

6 years ago | 1 answer | 0

1

answer