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...
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...
3개월 전 | 0
| 수락됨
질문
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...
4개월 전 | 답변 수: 1 | 0
1
답변질문
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...
11개월 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
