回答済み
What is the description of the algorithm that MATLAB uses to determine 'auto" Kernel scale in SVM Classification Learner?
Hi, Perhaps you can check out the six papers listed under the "templateSVM" function in MATLAB documentation: <https://www...

約9年 前 | 0

回答済み
Probability of obtaining x when giving y
Hi Andre, Based on your description, it looks like you are looking for an empirical probability mass function (PMF) to fit th...

約9年 前 | 0

| 採用済み

回答済み
error with manual audio annotation add-on
Hi John, Your best bet is to ask the owner of the "Manual Audio Annotation" add-on to update the API and incorporate "audiore...

約9年 前 | 0

回答済み
Higher derivatives in "PDEPE"
HI Jaesung, The "pdepe" function is suited to solve the PDE of the form shown in equation (1-3) of: <https://www.mathworks...

約9年 前 | 0

回答済み
How can I open Hamming Code Model to begin working on simulink?
Hi Yasser, You may try the following command: openExample('comm/GenerateHammingCodeParityCheckMatricesExample') To op...

約9年 前 | 0

回答済み
Nyquist representation of a complex transfer function matrix
Hi Javier, Assuming w is a vector of doubles, you can use the "double" function, such as: >> double (w) To convert the ...

約9年 前 | 0

| 採用済み

回答済み
Gathering Most Recent Stock Data from Yahoo Finance
Hi Carmelo, Recently, Yahoo made a few changes to the protocol of their Finance APIs. Please try adding the "UserAgent" n...

約9年 前 | 0

| 採用済み

回答済み
simulink scope display blank
Hi Alex, From your latest information, it appears that the main issue lies in your graphics card. It seems that the hardware...

9年以上 前 | 0

回答済み
How to generating LDPC parity-check matrices with arbitrary sizes?
Hi Hamid, I believe you might find the following link useful: <http://mathforum.org/kb/message.jspa?messageID=9818971> ...

9年以上 前 | 0

回答済み
simulink scope display blank
Hi Alex, Thank you for sending me the model. I ran it on my machine using R2016b and it seemed to be working, as the scope i...

9年以上 前 | 0

回答済み
simulink scope display blank
Hi Alex, Without knowing your exact workflow, it is difficult to triage the issue. From the error message you are receiving,...

9年以上 前 | 0

回答済み
Designing a Sinusoidal pwm using the embedded coder blocks in matlab for the f28335 dsp
Hello Nadia, There could be multiple causes as to why you are not seeing the waveform on the oscilloscope. Please try the fo...

9年以上 前 | 0

回答済み
Norm of step in fsolve
Hello Turker, In your second case, the result is not so much of a "false root" as instead a less accurate answer than the fir...

9年以上 前 | 1

回答済み
I'm having a problem connecting to my raspberry pi, can anyone tell me what this error means and how I can solve the problem?
Hello Varun, I suggest re-installing the MATLAB support packages for the Raspberry Pi hardware (if you have not done so alrea...

9年以上 前 | 1

| 採用済み

回答済み
Sinogram reconstruction with fourier transform
Hello Egor, It appears that the statement "targetImage = fftshift(ifft2(ifftshift(targetImage)))", is not the inverse transfo...

9年以上 前 | 0

回答済み
how to find the min point and plot the graph using secant method
Hello Zongyi, My understanding is that you are unable to determine the minimum of the function and plot the convergence to mi...

9年以上 前 | 0