Answered
Plotting within a loop in Mobile Matlab (while code running) on iOS?
Hi Brody, MATLAB Mobile has following limitations: If you call a script or function that updates the same figure window more t...

3 years ago | 0

| accepted

Answered
Out of memory issue
Hi Maarten, It is my understanding that you are facing out of memory issues. Yo can refer to following link to resolve 'out of ...

3 years ago | 0

Answered
I want to check the parameters of the CNN network.
Hi JayHyeon Lee, It is my understanding that you want to know which initializer is used to initialize the parameters such as we...

3 years ago | 0

| accepted

Answered
How to export the overview table from the Experiment Manager App
Hi Sebastian, You can try the following script which will give a table containing validation and training loss/accuracy for all...

3 years ago | 0

| accepted

Answered
I made a patternnet, and i cannot understand what target values mean
Hi Sougles, In the following code, the dataset labels/target/classes are in one-hot encoding format. targets = zeros(3,900); ...

3 years ago | 0

Answered
Install MATLAB without any internet connection
Hi Nelson, My suggestion is to follow the steps mentioned in the following link: How can I install MATLAB or other MathWorks p...

3 years ago | 0

Answered
Initializing Image Acquisition with FLIR Black Fly camera
Hi Mike, You can refer to the following similar MATLAB Answer post: How Do I set Camera Exposure in MATLAB? - MATLAB Answers -...

3 years ago | 0

| accepted

Answered
dicomread for grayscale images
Hi Alan, First thing, int16 and uint16 datatypes are different. int16 - 16-bit signed integer, [-32768, 32767] uint16 - 16-bi...

3 years ago | 0

Answered
How to log image data acquired by imaqtool to disk with repeated triggers.
Hi Yuhan, You can try setting the LoggingMode property as 'disk'. Refer to LoggingMode property documentation. Here is the exa...

3 years ago | 0

| accepted

Answered
dlgradient: Error Value to differentiate must be a traced dlarray scalar.
Hi Qi Lu, You can try following code to compute gradients that will resolve your error: layer2 = [ imageInputLayer([9 36 ...

3 years ago | 0

| accepted

Answered
How to extract valid and invalid values from 1 array into 2 new arrays?
Hi Halima, It is my understanding that mask and mask2 are logical arrays for invalid and valid trials respectively. So, you sh...

3 years ago | 0

Answered
calling mex file with multiple entry point functions within it
Hi Dohun, It is my understanding that you have generated EMAX_solve_andrew_mex that has entry point functions utility_andrew an...

3 years ago | 0

Answered
fuzzy c mean cluster for Latitude-longitude space
Hi Marzuki, It is my understanding that you want to perform fuzzy c mean cluster on the dataset. MATLAB has Fuzzy Logic Toolbo...

3 years ago | 0

Answered
Not sure if I set up this neural network correctly
Hi Saketh, You can also refer to Classify Urban Sound using Machine Learning & Deep Learning file containing a script to classi...

3 years ago | 1

Answered
Matlab can't integrate inverse sine function? Advice required
Hi, You can use 'IgnoreAnalyticConstraints' argument as true in int. syms x; expr(x)= (2.5*2/pi)*asin(sin(2*pi*x)); t= vpa(...

3 years ago | 1

Answered
Experiment Manager Regression task
Hi Claudia, You can refer to the following example: https://www.mathworks.com/help/deeplearning/ref/experimentmanager-app.html...

3 years ago | 1

| accepted

Answered
image registration using mutual information
Hi Palla, You can refer to the following example of registering images with mutual information :https://www.mathworks.com/help/...

3 years ago | 0

Answered
outputtest = multisvm(SVMinput,SVMclass,SVMtestinput); % print out the output after SVM training
Hi Lee, Try to replace models(k) with models{k} within multisvm function in SwitchgearSVM_ANNonly1.m. I have attached the snip...

3 years ago | 0

| accepted

Answered
Cholesky Decompositon Need X values
Hi Chayse, It is my understanding that you want to solve a system of linear equation A*x = b using Choleskey decomposition. Yo...

3 years ago | 0

Answered
Not able to generate subsystem masks
Hi Darius, It is my understanding that you want to create mask for a subsystem in Simulink online and also want to edit the mas...

3 years ago | 0

Answered
How to do 3d color gradient plot ?
Hi Teerapong, It is my understanding that you want to plot 3D coordinates (x,y,z) having color as per the value of k. For this...

3 years ago | 0

| accepted

Answered
editor tab not getting deleted in MATLAB online
Hi Shaik, I have brought this issue to the notice of our developers. They may investigate the matter further.

3 years ago | 1

Answered
Can't get past Task 2
Hi Ravi, You could refer to the following answer: https://www.mathworks.com/matlabcentral/answers/597886-problem-connecting-to...

3 years ago | 0

Answered
Running MATLAB Deep learning container
Hi Vinay, Here are few suggestions: Try restarting your Docker service. Check your network connections. If the above mention...

3 years ago | 0

Answered
How to install matlab r2020b on ubuntu ? Step by step
Hi Victor, You could check the following link which has the solution for the same error: https://www.mathworks.com/matlabcentr...

3 years ago | 1

Answered
Time series forecasting using deep learning with 2 numFeatures
Hi Israt, It is my understanding that you have two features as input and want to train the network with this input. You could ...

3 years ago | 1

| accepted

Answered
How can use [c r p]=impixel('img1.png'); turn to an knowing [c r] to impixel image
Hi Huang, firstimage=imread('img1.png'); %Line 1 [c r p]=impixel(firstimage); %Line 2 It is my understanding that you want to...

3 years ago | 0

| accepted

Answered
Can I use screenshots of MATLAB in publications?
Hi Alexandros, For legal issues related query, you can contact MathWorks support team: www.mathworks.com/support/contact_us/

3 years ago | 0

Answered
Integration with Neural Network
Hi Carsten, It is my understanding that you want to use a Neural Network to learn a function f(x) and then predict new values. ...

3 years ago | 0

Answered
Binary Classification with patternnet - wrong output
Hello Vincent, It is my understanding that after training the neural network, the ouput is in range between [0,1] and you want ...

3 years ago | 0

Load more