Benedikt Skurk
Followers: 0 Following: 0
Feeds
提问
Convert multiple struct to table
Hello everyone, i want to convert the following struct into a table so every value is displayed, i think there are like 630 va...
2 years 前 | 0 个回答 | 0
0
个回答提问
Creating new table from another table
Hello, i have following problem. I have a 35049x297 table. Now i would like to cut out specific columns with an if command and...
3 years 前 | 1 个回答 | 0
1
个回答提问
For loop to extract string with if function
Hello, i have a problem and already working so long on it finding no solution. I have following 2x44 string Now i want to wr...
3 years 前 | 1 个回答 | 0
1
个回答提问
Converting 0 to Nan in Timetable
Hello, is it possible to change 0 to Nan in a timetable for every column? A cutout of the timetable is attached. I couldnt fi...
3 years 前 | 1 个回答 | 0
1
个回答提问
Find speficic string in string
Hi hopefully u can help me! I want to find a speficic pattern in the following string: \skurk.IntUser\ABCD_DeutS_1v1.IntPrj\Ne...
3 years 前 | 1 个回答 | 0
1
个回答提问
Getting parts of string with for loop
Hi hopefully u can help me! I have the attached string (picture) and now i want to get from every string in every column the wo...
3 years 前 | 1 个回答 | 0
1
个回答提问
Reading complete CSV file with numbers and strings
Hi i hope someone can help me... I want to read the attached csv file (picture of some columns of it). But matlab always seems ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Adding time and date to table
Hi i want to read a csv file and add in the first column from row 3 to end a date and time vector which i generate with the foll...
3 years 前 | 1 个回答 | 0
1
个回答提问
Convert Excel to Timetable
I have a question for my uni project. I am pretty new to matlab as well. So i am reading an excel sheet with following code: f...
3 years 前 | 2 个回答 | 0
2
个回答提问
Excel reading all columns with a loop
Hello, i got a question, and i really need some help cause i am pretty new to matlab. From the excel sheet i attached i want t...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Loading any Excel file from a folder
Ok so my code is now: function Auswertung(path) file = uigetfile('*.xlsx', 'Bitte Datei aussuchen'); [~, ~, ~] = xlsread(full...
Loading any Excel file from a folder
Ok so my code is now: function Auswertung(path) file = uigetfile('*.xlsx', 'Bitte Datei aussuchen'); [~, ~, ~] = xlsread(full...
4 years 前 | 0
提问
Loading any Excel file from a folder
Hey, For a uni project i need to load any excel file (they all have different names) in my matlab function to analyse them late...
4 years 前 | 2 个回答 | 0