Statistics
RANK
285,054
of 300,392
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,373
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
This code section is hard-wired into set years, can I get some tips to make it work automatically if I adjust the years?
I adjsuted it (with help of Answers and AI). Thank you everyone start_jahr = str2double(WhSh_startjahr); end_jahr = str2doub...
1 month ago | 0
| accepted
Question
This code section is hard-wired into set years, can I get some tips to make it work automatically if I adjust the years?
%% % ------------------ USER INPUT ------------------ start_jahr = 2013; % desired start year end_jahr = 2022; % desire...
1 month ago | 1 answer | 0
1
answerQuestion
why is my cell array being read as char
I am defining two 2 parameters the same way but they are recognized differently in my code Reference_stations = {'NUF','BRA','R...
9 months ago | 1 answer | 0
1
answerQuestion
How can I make this code a function to extract data and use the data in another code?
INPUT.Out.PATH_save=('./trial_test_Auswertung_2016/'); INPUT.Out.PATH_data=('./temp/'); INPUT.IN={... %file Type | file ...
2 years ago | 2 answers | 0
2
answersQuestion
How can I loop this ?
I want to change the stations for each different parameter in the loop, any help? INPUT.IN={... %1-file Type | %2-file | ...
2 years ago | 2 answers | 0
2
answersQuestion
How to fill the area between lines in gray shade
How can I fill the area between the lines on the figure attached by gray background
2 years ago | 1 answer | 0
1
answerQuestion
I have an Excel sheet with headers of different depths and the numbers are not being read (ex.: d=-12.82m is being read as x_12_82M),
I am trying to convert from Excel to a different format, for different depths but the headers are not being read properly. I ev...
2 years ago | 1 answer | 0
