Feeds
질문
Why Matlab SVR is not working for exponential data and works well with data that fluctuates?
I am doing some test with SVR functions in Matlab. One with a set of data with fluctuations and another set as a smooth exponent...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot the Kernel from fitrsvm?
Hi, I am using the Support Vector Regression, using fitrsvm (https://uk.mathworks.com/help/stats/fitrsvm.html). I would like to ...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
Predict Test Sample Response for SVM Regression Model
Hi I am running test on data samples using the example of SVM Regression Model, in the case of the example given in this MathW...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
How to include a command in my main.m?
I am submiting my matlab files in a server using linux. But I need to run some command lines when the server calls my main.m, ho...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
linear system of equations
I have two arrays and both of them has variables, I am trying to use linsolve but no luck, since both have the variabl...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Ho to use a dynamic array in a MEX file function
Hi I am using a C function in my MATLAB project and one of the inputs is a dynamic array, how can I modify this input since in b...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Convert 32 bit HEX to signed floating point
So far I use the function hexsingle2num to convert a double type number (i.e. 41c1999a = 24.200000762939453) but when I want to ...
대략 7년 전 | 답변 수: 1 | 0