Answered
Trouble With Indexing and Parfor
I understand that you would like to use indexes for variable that is not the loop variable in parfor loop. When MATLAB recognize...

7 years ago | 0

Answered
Error trying to launch Matlab on Ubuntu using terminal
<http://www.mathworks.com/support/lme/R2017a/9 This> article will help you get rid of this error and launch your MATLAB successf...

7 years ago | 0

Answered
how to turn matlab table into appropriate input for neural net package
You can refer the code below in order to convert table into Neural Network function input- load('carsmall') cars = table...

7 years ago | 0

Answered
How to manually label ROIs in Training Image labeler?
The documentation link you are following is for MATLAB R2016b, which has option to add ROI label, name it and change its color. ...

7 years ago | 0

| accepted

Answered
App designer to control several instruments
Refer <https://www.mathworks.com/products/matlab/app-designer.html this> link for information about App Designer. And, click <h...

7 years ago | 0

Answered
How to replace the default MSE performance function in train function of deep learning with other performance function I can design?
"net.performFcn" property of Neural Network Object defines the function used to measure the network's performance. The performan...

7 years ago | 0

Answered
do multiple instances on Apple OS X use different CPU cores?
It is completely bound by OS scheduling algorithm. Running multiple MATLAB instances is like running independent processes You ...

7 years ago | 0

Answered
Does the import of Report Generator work with Maltab Compiler?
If your application uses DOM-based report generation program, make sure to call "makeDOMCompilable()" before using any report ge...

7 years ago | 1

| accepted

Answered
How to bypass startup file in Application Builder
The startup.m file is always included with the compiled application. This is to ensure that the behavior of MATLAB and the compi...

7 years ago | 1

| accepted

Answered
Moving Matlab application from 32 bit to 64 bit
Most possible reason for this behavior is that the PATH is not set for the new compiler or it is added behind a 32-bit compiler....

7 years ago | 0

Answered
Get Timestamp from Tweet
The "created_at" field can display the time-stamp of the tweet, but there is no direct option available to get the timestamp wit...

7 years ago | 0

| accepted

Answered
External editor on Ubuntu 16.10
I am assuming that you would like to change the Editor/Debugger under preferences in MATLAB, so when you edit any file, it will...

7 years ago | 0

| accepted

Answered
Is it possible to call a matlab generated shared library multiple times in a program?
It is my understanding that you would like to call MATLAB generated C/C++ shared library function multiple times in your program...

7 years ago | 0

| accepted

Answered
Standard deviation of intercept in a multivariate regression
It is my understanding that you would like to calculate standard deviation of your data. You can use <https://www.mathworks....

7 years ago | 0

Answered
How can I plot 2 matrices in the same 3D plot using surf or mesh?
It is my understanding that you would like to use surf/mesh to plot in 3D for multiple matrices in the same figure, just like pl...

7 years ago | 0