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
