photo

Saurav Roy


National Brain Research Center

Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Designation : Research and Development Engineer

Statistics

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

View badges

Feeds

View by

Question


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

3 years ago | 0 answers | 0

0

answers

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

4 years ago | 0

| accepted

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

4 years ago | 1

Answered
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); ...

4 years ago | 0

Answered
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 = []...

4 years ago | 1

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers