Community Profile

photo

Mathew Grey


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Corrcoef error: "cannot compute p-values for complex inputs".
Hi All, I am running this code SR = [GPS.SR' Physio.SR']; JR = [GPS.JR' Physio.JR']; JM = [GPS.JM' Physio.JM']; ...

5 years ago | 1 answer | 0

1

answer

Answered
How to insert a row into multiple fields (within a structure)
Thank you Christopher! That is perfect

5 years ago | 0

Answered
How to insert a row into multiple fields (within a structure)
Hi Christopher, Thanks for the reply. I am really sorry but unfortunately the data file contains confidential information tha...

5 years ago | 0

Question


How to insert a row into multiple fields (within a structure)
Hi All, My code looks as follows: clear all; close all; clc [~, Sheets] = xlsfinfo('GPSdata2018copy.xlsx');...

5 years ago | 3 answers | 0

3

answers

Answered
How do I read in the data from 23 sheets/tabs (of excel file) and create field (within a structure) that contains each tab's data?
That is absolutely perfect Hermes! Thank you so much. Happy coding. Mat

5 years ago | 0

Question


How do I read in the data from 23 sheets/tabs (of excel file) and create field (within a structure) that contains each tab's data?
Hi all, I have an excel file with 23 sheets/tabs. I want to read the data from each sheet/tab and assign the data into separate...

5 years ago | 2 answers | 0

2

answers