Statistics
4 Questions
0 Answers
RANK
160.182
of 294.359
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20.108
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151.512
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to plot multiple lines using error bar, AND plot them with legends
figure(1) x=[1,2,3,4,5]; y1=[10,20,30,40,50]; y2=[12,22,32,42,52]; y3=[13,15,16,17,18]; y1err=[0.1,0.2,0.3,0.4,...
ongeveer 6 jaar ago | 2 answers | 0
2
answersQuestion
Trying to add borders to a table to save as .txt
So i have 3 lists, which I am trying to make into a table. Initially I just used T=table(x,y,z), but this was not aligned and ha...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
How to make directories within directories within directories
Hi, The first loop 'for i=1..' creates 3 directories, '1,2,3'. The second loop, 'for n=1:..', then creates two directories in...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
Trying to save part of a filename that is being read into a variable as the name of the output file
I have a file called originalfile123.mat and will read it into the function in 'filename' function xyz (filename,a) save(...
meer dan 6 jaar ago | 1 answer | 0