Respondida
Cannot connect Arduino MKRzero to R2018b
Hi, The hardware board "Arduino MKR Zero" is supported on releases from R2019b. Please refer this document for Arduino suppo...

más de 2 años hace | 0

| aceptada

Respondida
Is there a command to generate the parameter values for all user-defined parameters in a specific block instead of a different command for each parameter?
Hi, You can try the following command to get a list of block dialog parameters. get_param('mymodel/myblock','DialogParameters'...

más de 2 años hace | 0

Respondida
Unexpected data type for Run-Time Parameter: how to solve this
Please refer this solution for a similar problem. You may need to explicitly set the data types to avoid the mismatch of datatyp...

más de 2 años hace | 0

Respondida
Error running Standalone exe with custom python function
Hi, To call python modules from MATLAB, you must have a supported version of the reference implementation (CPython) installed o...

más de 2 años hace | 0

| aceptada

Respondida
MATLAB Support Package for Arduino Hardware installation error (failed to to download third party package
Hi, Please refer to this technical solution . Hope it helps!

más de 2 años hace | 0

Respondida
Is it possible to delete input/output ports in a variant subsystem?
Please refer to this solution , in order to reduce the number of input ports on the main variant subsystem block we will have to...

más de 2 años hace | 0

Respondida
Why do I receive License Manager Error -9?
Please check this answer to resolve this issue when there is a problem resolving the hostname of the license manager machine. H...

más de 2 años hace | 0

Respondida
Classifynig dicom images with deep learning for lung cancer
Hi, You could refer this to create a simple image classification network. Here, you need data to train your model first(with bo...

más de 2 años hace | 0

Respondida
How do I play avi file created in Matlab?
Refer this technical solution with a similar issue. To open an avi file programatically, use 'implay()' function. Refer this fo...

más de 2 años hace | 0

Respondida
How to add the wiring of two resistors in SIMULINK through the MATLAB code
Hi, You can perform simulink basics modelling from matlab command window. Refer this for more on Programmatic Modeling Basics. ...

más de 2 años hace | 0

| aceptada

Respondida
How to do a scatter plot?
You would have to first clean the data so that there are two columns (ie a name value pair data). T = readtable('clean_data.cs...

más de 2 años hace | 0

Respondida
I'm plotting a 2d function and there is not trace button in the plot window. How do I add the trace button?
From my understanding, you would like to view the coordinate points in the graph. You could open the figure in a new window, and...

más de 2 años hace | 0

Respondida
Creating a new matrix basd on the index and value of an existing matrix
You could try the following code in matlab to get the desired result: input=[0.001 0.002 0.003 0.004; 0.005 0.006 0.007 0.008];...

más de 2 años hace | 0

| aceptada

Respondida
How to get positive kla(mass transfer coefficient) by solving ODE's using ode 15s and lsqonlin function?
From my understanding, 'lsqnonlin' solves nonlinear least-squares (nonlinear data-fitting) problems. x = lsqnonlin(fun,x0) star...

más de 2 años hace | 0

Respondida
How can I use the Lasso to apply to Logistic Regression?
You can use 'lassoglm' function for lasso regularization of generalized linear models including logistic regression. Refer this...

más de 2 años hace | 0

| aceptada

Respondida
solving equation returns 0x1 sym
The equation is not valid for any values of [r21 r23 r31 r32 r33]. If you change r11=1, and r13=0, you could see an output, as t...

más de 2 años hace | 0

Respondida
MATLAB compilation fails with - RPC server is unavailable
In the task manager check if: 1. Remote Procedure Call service is running 2. DCOM Server Process Launcher is running If these...

más de 2 años hace | 0

Respondida
PSO IN APP DESIGNER
Could you share the code to analyze the issue further. The issue is caused if you are accessing a variable or property which is ...

más de 2 años hace | 0

Respondida
C Caller Block Debugging
Please try this to debug on Microsoft Windows Platforms: https://www.mathworks.com/help/matlab/matlab_external/debugging-on-mi...

más de 2 años hace | 0

Respondida
Vectorize/optimize sum over permutation
I have tried a different way to approach this problem, where the complexity is reduced by performing the vectorization as shown ...

más de 2 años hace | 1

Respondida
data normalization for deep learning cnn
From my understanding, normalization would normalize all data, and hence, both large and tiny signals get normalized. The output...

más de 2 años hace | 0

| aceptada

Respondida
What is the mathematical background or the algorithm behind the working of pairwise similarity model ? Are there any research papers available regarding this?
The pairwiseSimilarityModel estimates the remaining useful life (RUL) of test component by comparing it to degradation data of o...

más de 2 años hace | 1

Resuelto


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

más de 2 años hace

Resuelto


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

más de 2 años hace

Resuelto


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

más de 2 años hace

Respondida
How can I calculate the area under each peak / display the AUC on the graph?
I have executed the code you provided, and have plotted the same, and I see there are 13 peaks. x = 0:numel(data(:,2))-1; se...

más de 2 años hace | 0

Respondida
Probit: removing groups that perfectly predict failures
From my understanding ,for the coefficient vector b, you expect the b(3)=0 as you mentioned that the second column of x (group ...

más de 2 años hace | 0

| aceptada

Resuelto


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

más de 2 años hace

Resuelto


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

más de 2 años hace

Resuelto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

más de 2 años hace

Cargar más