photo

Kasper Buchardt


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to delete last characters of a string
I'm trying to delete the last characters from a string, here i try to delete "-4": name = "Motor 315S-4" name2 = name(1:end-2...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to create a variable named from string
I'm loading data from an excel file, with multiple objects. I want to create a variable (matrix) named after the object, contain...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to combine struct names based on the first 'n' characters of name
I'm handling a great amount of test data, i import the filenames by using: files = dir('*.xls'); After handling the data i end...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Delete duplicate data in matrix, based on a column
I have multiple test data which is arranged in a matrix like 'A'. Column 1 = x-axis, column 2 = y-axis. In order to interpolate...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Nonlinear interpolation without regression
I figured how to use the interp1 correctly. figure % Create plot hold on; grid on plot(x1,y1); ylim ([0 180]) plot(x2,y2)...

3년 초과 전 | 0

| 수락됨

질문


Nonlinear interpolation without regression
I have two sets of testresults, for the same test. I wish to plot them in the same figure, together with an average of the two. ...

3년 초과 전 | 답변 수: 1 | 0

1

답변