Respondida
Matlab Function block(Creaed from Simulink) calling an .m script
There is an easier way to write a few lines of code that needs to be run before the simulation starts. Go to Model Properties > ...

más de 5 años hace | 0

Respondida
How to fit a line through all tops of a graph?
In order to find the local maxima, there is a function by the name 'findpeaks'. Refer to the link below for the documentation: ...

más de 5 años hace | 0

Respondida
How to check independence assumption for Naive Bayes?
For a 2-dimensional matrix, if the determinant is zero, then at least two rows or two columns are linearly dependent. You can...

más de 5 años hace | 0

| aceptada

Respondida
how to crate an animated histogram
You can use a combination of for loop, pause and drawnow. For example, figure(); x=[0 1]; for i = 1:10 ...

más de 5 años hace | 1

Respondida
xlswrite in office 365
Check you have enough privileges in the directory you are currently in. Check if you have permission isn't limited to 'Read Only...

más de 5 años hace | 0

Respondida
Hi everyone! I'm trying to implement a function that simulate the behavior of a sound level meter. In particular I need to know all the mathematical passages that a sound level meter performs! thank you
Hey Carlo, Have a look at a file exchange submission by Douglas Lanman below. This should be a good start for you. You can mo...

más de 5 años hace | 0

Respondida
migratePref.txt problem
Try renaming the file C:\Users\BrendanM\AppData\Roaming\MathWorks\MATLAB\R2018a\matlabprefs.mat to something else and try again....

más de 5 años hace | 0

| aceptada

Respondida
Does simple Convolutional Neural Network learn features with only one class?
Yes, simple convolution neural networks do learn features with only one class. When there exist only one class, the problem is e...

más de 5 años hace | 0

| aceptada

Respondida
Parpool errors on SLURM computing system
Hey Caleb, I understand that you haven't made any changes to the preference settings. In that case, it could mean that the MA...

más de 5 años hace | 0

Respondida
Parpool errors on SLURM computing system
Hey Caleb, It is possible that one or more of the workers never managed to fully start. This may have been caused by certain ...

más de 5 años hace | 0

Respondida
ODE45 to solve a complicated problem
Hey Meredith, Try to define the initial condition (h0), time interval between which you are trying to solve the ODE (tspan) f...

más de 5 años hace | 0

Respondida
MATLAB has encountered an internal error and needs to close in matlab2018a on RHEL7
Hi Tiziana, Based on the crash report, I believe that this is due to a bug in MATLAB R2018a while running on certain Linux ma...

más de 5 años hace | 0

Respondida
image as CNN output matlab
Hey Tidia, I understand that you want to use an image as the input to your network and get an output which is an image. What ...

más de 5 años hace | 0