Community Profile

photo

Himanshu Jain

MathWorks

Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Can't enter text when installing r2021a on Ubuntu 20.04
When you tried installing the MATLAB for the first time, you get the error: "..MATLAB Setup/bin/glnxa64/install_unix_legacy: not...

2 years ago | 0

Answered
How to overcome esd.mathworks.com error during product installation error during product installation
The error you are seeing is due to a connectivity issue to esd.mathworks.com. One of the best steps is to disable your anti-viru...

2 years ago | 0

Answered
using app designer, am trying to plot in new figure once the checkbox for that is selected.
Do you want the plot to replace what is already there and keep the same axes? You can do it in the following way. h1 = figu...

2 years ago | 0

Answered
matlab file names (.m) clearly readable inside a windows executable (.exe) file generated by Application Compiler
Although MATLAB® source code (.m) is executable by itself, the contents of MATLAB source files are easily accessed, revealing de...

2 years ago | 0

Answered
Create a plot in UIAxes from a table using MATLAB App Designer
When you extract data from the UITable, it is returned in the table data structure. And when you extract any column from this ta...

2 years ago | 0

Answered
uibutton positioning when resize uifigure
As I understand, you have tried to align the 'OK' button with the right side of the UITable, so while resizing, matlab tries to ...

2 years ago | 0

| accepted