photo

Soniya Jain

MathWorks

Last seen: 6 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
8 Respuestas

Cody

0 Problemas
40 Soluciones

CLASIFICACIÓN
6.177
of 301.517

REPUTACIÓN
8

CONTRIBUCIONES
0 Preguntas
8 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.314

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
12.604
of 175.060

CONTRIBUCIONES
0 Problemas
40 Soluciones

PUNTUACIÓN
495

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Community Group Solver
  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
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...

alrededor de 3 años hace | 0

Respondida
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...

más de 3 años hace | 0

Respondida
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 ...

más de 3 años hace | 0

Respondida
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...

casi 4 años hace | 0

Respondida
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; ...

casi 5 años hace | 0

Respondida
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...

casi 5 años hace | 0

| aceptada

Respondida
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 ...

casi 5 años hace | 0

| aceptada

Respondida
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 [...

casi 5 años hace | 0