回答済み
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 > ...

5年以上 前 | 0

回答済み
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: ...

5年以上 前 | 0

回答済み
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...

5年以上 前 | 0

| 採用済み

回答済み
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 ...

5年以上 前 | 1

回答済み
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...

5年以上 前 | 0

回答済み
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...

5年以上 前 | 0

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

5年以上 前 | 0

| 採用済み

回答済み
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...

5年以上 前 | 0

| 採用済み

回答済み
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...

5年以上 前 | 0

回答済み
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 ...

5年以上 前 | 0

回答済み
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...

5年以上 前 | 0

回答済み
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...

5年以上 前 | 0

回答済み
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 ...

5年以上 前 | 0