Answered
How can I open References to "excllink.xlam" in VBA
An example VBA code is the following: Sub MyTest() Dim m As Object Dim output As Variant Dim x As Long x = 6 ...

ongeveer 3 jaar ago | 0

Answered
How to use command line svn with builtin MATLAB integration?
You might need to install an SVN command-line client to use the "Command-Line SVN Integration" with MATLAB. You may refer to the...

ongeveer 3 jaar ago | 0

Answered
How can I open References to "excllink.xlam" in VBA
It would be helpful if you can provide more details on the reproduction steps and the exact error you are facing. A screenshot o...

ongeveer 3 jaar ago | 0

Answered
Buffer size warning in simulink
The delay block fills up a buffer with samples until it reaches a duration of one time delay specified by the block parameter. O...

ongeveer 3 jaar ago | 0

Answered
Support Teensy Hardware?!
Teensy is not supported yet. For a full list of supported hardware, you can refer to the link below: https://www.mathworks.com/...

ongeveer 3 jaar ago | 1

Answered
Creating ARIMA model with more than one time series
The modeler application in Econometric toolbox supports only univariate (i.e. single variables) modelling and analysis. I have b...

ongeveer 3 jaar ago | 0

| accepted

Answered
Convert C Buffer Overflow Code to Simulink Model
You can make use of s-functions. You can also refer to the below link which explains with various examples https://in.mathworks...

ongeveer 3 jaar ago | 0

Answered
Arduino Custom Library HX711 Third Party Error
You may need to override constant properties in the class "basic_HX711" to include necessary header and third-party source files...

ongeveer 3 jaar ago | 2

| accepted

Answered
impulse of an Audio System
Hi, It looks like audio device hasn't been detected. There is a "No full duplex audio device detected" message under the Audio...

ongeveer 3 jaar ago | 0

Answered
simulink 2019b Backslash '\' detected in block diagram name
Hi, It would be helpful if you can provide reproduction files and steps so that I can reproduce the issue on my end.

ongeveer 3 jaar ago | 0

Answered
Regarding Simulink State Variables
I have brought this enhancement request to the notice of our developers. They will investigate the matter further.

ongeveer 3 jaar ago | 0

Answered
Basler aca4600-10uc support
Yes, You can refer to the following link to check specific camera model for compatibility with Image Acquisition Toolbox https:...

ongeveer 3 jaar ago | 0

Answered
How can I count the numbers of NaNs in some determined coordinates when you use the comand 'coastlines'?
You may use shaperead function to get latitudes and longitudes of a particular country. You can refer to the following example t...

ongeveer 3 jaar ago | 0

Answered
Questions for NB-IoT NPUSCH Block Error Rate Simulation
Hi, I am not able to reproduce the error. It would be helpful if you can provide with the following additional information Can...

ongeveer 3 jaar ago | 0

Answered
How can I get the element number on the face in a 3-D modell(PDE toolbox)
Hi, You can refer to findNodes function in PDE toolbox

ongeveer 3 jaar ago | 0

Answered
can I add multiple plots in a figure altogether in an inset as well?
You may need to move axes outside the loop to add multiple plots on a single figure. You may refer to the following example axe...

ongeveer 3 jaar ago | 0

Answered
How can I use ASUS USB-BT400 USB Adapter to receive data with matlab?
You can use the following link to check the support packages for a given hardware https://www.mathworks.com/hardware-support/ho...

ongeveer 3 jaar ago | 0

Answered
How can I output the Simulink Model Version in model_initialize c function?
You may follow these steps to include MATLAB version, Subversion revision number, and code generation settings in auto-generated...

meer dan 3 jaar ago | 0

| accepted

Answered
Illegal use of cell array indexing in 'equations' block
Hi Rocio, Did you try using the following? cellfun(@isequal, p, P_loss);

meer dan 3 jaar ago | 0

Answered
Wavelet Coherence: S smoothing operator
In wcoherence, smoothing is done by calculating weighted running average (or convolution) in both the time and scale directions....

meer dan 3 jaar ago | 0

| accepted

Answered
disable source control system [Without ] matlab GUI
There are undocumented functions, which could be used for this: com.mathworks.sourcecontrol.prefs.SCSettingsUtilities.isMWSourc...

meer dan 3 jaar ago | 0

Answered
vpasolve: numeric instability when solving a system of three quadratic equations
Hi, You can refer to a similar question answered here

meer dan 3 jaar ago | 0

Answered
vpasolve: numeric instability leading to wrong solutions?
Hi Hubert, You can refer to a similar question answered here

meer dan 3 jaar ago | 0

Answered
solve 3 nonlinear equations with 3 unkonws with vpasolve....warning show up "seems to be affected by some numeric instability."
Hi Abdullah, The vpa commands, like vpasolve, try to return an answer accurate to the digits() setting. Here that fails and the...

meer dan 3 jaar ago | 0

Answered
Did the form (left, right) of preconditioning in BiCGSTAB change in R2020B from R2020A?
The 'bicgstab' function uses the right preconditioner in all of the MATLAB releases. There was a documentation and a help text ...

meer dan 3 jaar ago | 0

Answered
Convolutional autoencoder layers and training options
Hi Kenneth, You can make use of Autoencoder object containing an autoencoder network, which consists of an encoder and a decode...

meer dan 3 jaar ago | 0

Answered
Appdesigner Packaged App not starting
This might be a DLL shadowing issue. Can you try coping the standalone exe file to <matlab root>/bin/win64 or <mcrroot>/bin/win6...

meer dan 3 jaar ago | 1

| accepted

Answered
Missing File Error when downloading MATLAB R2020a
This error message indicates that the MATLAB installer was unable to extract the product archives. This is often due to an incom...

meer dan 3 jaar ago | 0

Answered
Matlab R2020a can only run as root (Ubuntu 18.04)
You can refer to the following link https://in.mathworks.com/matlabcentral/answers/99067-why-do-i-receive-license-manager-error...

meer dan 3 jaar ago | 0

Answered
Failed to download MinGW 6.3.0 for 2020a MATLAB
This is a known issue. Our developers are aware about it and will try to fix it in future releases. You can use the following...

meer dan 3 jaar ago | 8

| accepted

Load more