Soniya Jain
MathWorks
Followers: 0 Following: 0
Feeds
已回答
How can I retrieve data from cdfepoch objects into datetime ?
Hi, You can refer to the following documentation to create a "datetime" array: https://in.mathworks.com/help/matlab/ref/date...
How can I retrieve data from cdfepoch objects into datetime ?
Hi, You can refer to the following documentation to create a "datetime" array: https://in.mathworks.com/help/matlab/ref/date...
2 years 前 | 0
已回答
Create your own kernel function for SVR
In the case of the linear kernel, it is correct that x_i and x_j are equal to X. The linear kernel function simply calculates th...
Create your own kernel function for SVR
In the case of the linear kernel, it is correct that x_i and x_j are equal to X. The linear kernel function simply calculates th...
2 years 前 | 0
已回答
MATLAB 2020 b is not working
Please refer to the following documentation if you are getting a connection error when installing or activating MATLAB or other ...
MATLAB 2020 b is not working
Please refer to the following documentation if you are getting a connection error when installing or activating MATLAB or other ...
2 years 前 | 0
已回答
why do i receive mathworks crash reporter when i execute my program in simulink?
Hello, The workaround to this crash is mentioned in the following MATLAB answer: https://in.mathworks.com/matlabcentral/answer...
why do i receive mathworks crash reporter when i execute my program in simulink?
Hello, The workaround to this crash is mentioned in the following MATLAB answer: https://in.mathworks.com/matlabcentral/answer...
2 years 前 | 0
已回答
Find cell in array that contains the values x and y
Hi, you can try these lines of code, r = {{1,5,6} {7,10,9,8} {2,3,4}}; for i = 1:3 j = size(r(1,i)); flag = 0; ...
Find cell in array that contains the values x and y
Hi, you can try these lines of code, r = {{1,5,6} {7,10,9,8} {2,3,4}}; for i = 1:3 j = size(r(1,i)); flag = 0; ...
3 years 前 | 0
已回答
I want to return the value of x , description below
% Function of Genetic Algorithm function C_ga = Genetic_A_Set(x,data) So, instead of writing another function to find length o...
I want to return the value of x , description below
% Function of Genetic Algorithm function C_ga = Genetic_A_Set(x,data) So, instead of writing another function to find length o...
3 years 前 | 0
| 已接受
已回答
matrices multiplication , the description below
I consider you want to find Alfa_1 and Alfa_2 at each iteration, so you can modify the above code as, H=[1 2 2 1 ; 3 1 1 2;1 3 ...
matrices multiplication , the description below
I consider you want to find Alfa_1 and Alfa_2 at each iteration, so you can modify the above code as, H=[1 2 2 1 ; 3 1 1 2;1 3 ...
3 years 前 | 0
| 已接受
已回答
Anyone please do this on matlab
x = 1:2; y = 1:3; z = 1:4; % a1, a2, a3 are 3 vectors arranged in ascending order % let's pass x,y and z in jumbled order [...
Anyone please do this on matlab
x = 1:2; y = 1:3; z = 1:4; % a1, a2, a3 are 3 vectors arranged in ascending order % let's pass x,y and z in jumbled order [...
3 years 前 | 0