Statistics
RANK
178,734
of 301,219
REPUTATION
0
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,193
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,467
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
The 1st row in the file consists of titles and isn’t numeric. This wasn’t a problem before, but I now have to specify to skip th...
5 years ago | 0
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
Well, I just figured it out when I uploaded the xlsx file. I need to change my xdat variable to: xdat = D(2:end,1); and ydatS...
5 years ago | 0
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
I haven't changed the version of MatLab, R2020a I've attached the xlsx file
5 years ago | 0
Question
I'm using some code that worked a few mothes ago to create a figure with subplots and now I get a bunch of errors. Is there an easy fix?
filename1 = uigetfile('*.xlsx'); H = filename1; D = xlsread(H); xdat = D(:,1); ydatSt1 = D(:,(2:4:14)); figS1 = gcf; s...
5 years ago | 3 answers | 0
3
answersQuestion
standard deviation and mean across specific columns of a 3D matrix
I have multiple excel files that I need to analyze. The data is voltage vs time, and the size of each file is 700x216 double. Ea...
5 years ago | 1 answer | 0
