Community Profile

photo

Varun Pai


Last seen: 3 months ago Active since 2018

Statistics

  • Thankful Level 3
  • Thankful Level 2

View badges

Content Feed

View by

Question


DataTip is shown far from the selected data sample. How can I fix it ?
I have a GUI application created using appdesigner. I plot a scatter plot for random 10 x 2 data. Insted of default datacursor ...

1 year ago | 1 answer | 0

1

answer

Question


How can I create non-uniform color divisions in a Colorbar ?
I have a matrix of N x 3 dimension. The 1st and 2nd column are used to plot X and Y axis respectively. The 3rd column value (ran...

1 year ago | 1 answer | 0

1

answer

Question


Fitrgp which runs successfully in Windows, shows error in CentOS6
I tried to run a fitrgp sample code. The code has run successully in Windows 10 all the time without any error. I copied the s...

4 years ago | 0 answers | 0

0

answers

Question


How to generate a random matrix with a constraint or step range ?
I want to generate a Nx4 random matrix. In this matrix, each column is considered having different range and step. The random va...

4 years ago | 2 answers | 0

2

answers

Question


Deployed MATLAB Application not able to detect Python
I have coded a MATLAB application which uses Python. When executing as code, there are no issues and the code is working fine. ...

4 years ago | 0 answers | 0

0

answers

Question


Deployed Application not able to install using web installer in CentOS6
I am using MATLAB 2019b. OS is CentOS6 (RHEL6) I followed these steps: 1) Wrote a MATLAB code "SampleApp.m" 2) Using deployt...

4 years ago | 1 answer | 0

1

answer

Question


From which server MATLAB will download its run-time during installation of a stand-alone application, if it is coded and deployed from another country ?
For e.g. this is the scenario for two countries, In Japan, I write a MATLB code and create a StandAlone Application using MATLA...

4 years ago | 0 answers | 0

0

answers

Question


Error while LoadLibrary a c-shared .so in CentOS
I have created a C application and built it as a C-Shared library .so. The C application contains reference to ZMQ library. To g...

5 years ago | 0 answers | 0

0

answers

Question


How could a 'byte string' input argument be passed to a python function called from MATLAB ?
I am trying to create a server-client application using ipc, where server is a pure Python application and client is a MATLAB ap...

5 years ago | 0 answers | 0

0

answers

Question


How can I get a 'random index' of unique elements in a matrix rather than first/last index ?
For eg , I have a matrix M = [2;2;2;2;2;1;1;1;1;3;5;5;5;5;6;6;4;4;4] So when I apply, [C, ia, ~] = unique(M) I will get ...

5 years ago | 3 answers | 0

3

answers

Question


How to call a .p file from another location in a deployed application
I have a MATLAB code deployed as an exe application using Compiler. In that MATLAB code, I would like to call and execute a .p f...

5 years ago | 1 answer | 0

1

answer

Question


How can I assign a unique label to all points lying inside a single sub-region of divided 3D space?
Suppose I have a 3D space. I have divided it using grids with X = 0:2:6, Y = 0:1:6 and Z = 0:3:9. So that now I have 54 small 3D...

5 years ago | 2 answers | 1

2

answers