photo

Saurav Roy


National Brain Research Center

Last seen: más de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Designation : Research and Development Engineer

Estadística

All
  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Take user inputs via a for loop and then apply 'CrossTab'
Hello everyone, I want a chi-square statistics value hence I want to user the function crosstab using n number of variables. Al...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
Put excel collumns in an array
Hey ! I hope this is what you are looking for.... % Read Excel Sheet [~,~,data] = xlsread('Add path to the excel file (.xlsx...

más de 4 años hace | 0

| aceptada

Respondida
How to modify array in modifying subarray reference ?
Hi.... I am not sure I understood your question properly but I wrote something as per my initial understanding to get your resu...

más de 4 años hace | 1

Respondida
Create for loop to simplify code and output arrays
Hey ! I think this is somwhat close to what you are looking for, num = length(a); len = a(4);st = 5; y = a(st: st+num-1); ...

más de 4 años hace | 0

Respondida
How to calculate the average between each two adjacent members(rows or columns)?
Hey, Try this for the Row and adjust accordingly for the columns. arr = [1 2 3 4 5]; len = length(arr); arr_secondary = []...

más de 4 años hace | 1

Pregunta


Add a variable in eventdata
I need to add a variable that is user defined into 'eventdata' that is being generated using a GUI that I have made. Example: ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I calculate Conditional Logistics of a given Data ?
Hey Everyone !!! I have two datasets as follows: X = [ 57.5 54.7 52 50 48.6 48 49.4 50.4]; % Continuous Data Y = [ 1 0 ...

casi 6 años hace | 0 respuestas | 0

0

respuestas