Community Profile

photo

Philipp Mueller


Last seen: 2 years 前 自 2016 起处于活动状态

统计数据

  • Thankful Level 4

查看徽章

Content Feed

排序方式:

提问


How to plot a deviation
Hello, I have two signals which I want to check for equality. Signal_1 is allowed to deviate +/- 5% from Signal_2. Signal_2 ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Resampling/Interpolate Data
Hello, How can i resample/interpolate the signal (Sig1). Sig1 has approx.99 Hertz and Sig2 has 500 Hertz. First Column is the...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How can i do an interpolation
Hello, I have two signals (distance excitations). I have one simulation signal and one on-track measurement signal. I wan...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to plot a deviation (upper/lower limit)
Hello, I have a plotted a signal (black line). Now i want to draw a 5 percent upper and lower limit (range deviation).. See my ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting the same signal with a different scanning
Hello, One time i measure a signal for 30 seconds with 50 Hertz and the second time i measure the same signal 30 seconds now w...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to read data out of a .txt-File?
Hello, I have a .txt-File. How can I read the data? Only the values not the headers. -> 0.0000000000e+00 -9.2010301749e+00 ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Modifying a cell array
Hello, I have a cell array which is called hhh. Elements of hhh could be: hhh{1, 44} -> 'Rog' hhh{1, 167}{1, 1} -> 'Rog' h...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Search/Find sub strings in a string
Hello, I have two cell arrays: The first cell array is a 1x279 cell array which contains components abbreviations like - Ra, B...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Split and search strings
Hello, First Question: I have one string called DetailInfo DetailInfo="C_t=3;G_B=0;E_F_li=0;ES_Fi_e=0;N_Fee=0;twixx=6"; spli...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Split a string in this way
Hello, I have one question. Thank you in advance. I have several strings like: 0321_s_sdfdstr_dfRidsfnfi_aq2d4000_t23q3_f3s ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to check an array for its content?
Hello, I would like to query the contents of my array (the name is loadp - 40 * 1 double) if the value of each cell is not 0 o...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can I query the content of a cell?
How can I query the content ( in a loop) of a cell (40*1 double)? I want to ask if the content is 0 or is empty or NaN or []? I...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can i see if the value occurs in an array for the first time?
I have an array called loadp (50*1 double). I would like to see if the value occurs in the respective cell (loop) for the firs...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to delete the first or the first two characters in a string?
Hello, How can i delete the first two characters of this string? Thank you string='W987';

4 years 前 | 2 个回答 | 0

2

个回答

提问


Add strings with a loop
Hello, I know its a simple question: I have a loop.The reult (Name) of the loop is a string. for j=1:numRows; Name=Test.Meas...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can i avoid the output in my command window?
How can i avoid the output in my command window? Because my code is huge. I forgot many times to use ";" at the end of my... Is...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to pass parameters an standalone .exe (script -> deploytool -> standalone exe -> using this exe with a txt-File as an Input)
I have a matlab Code (Script). I use deploytool to create a standalone .exe Is it possible to pass this exe parameters? Has the...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Question regarding NAN in my matrix
My question "Why i have NAN and '' at *wsectionstart* and *wsectionlinestyle*? Can i delete NAN and '' from array? Code: ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Mark and replace strings from my input file
Hello, I have an input file. Its a .txt-File. From this input .txt File i get my data for my matlab calculation. Is it possi...

7 years 前 | 0 个回答 | 0

0

个回答

提问


I have troubles with my axis. (hold on)
Why does my axis-limits are changing. Because i have it already stored. Thank you. The Problem is at the end of my Code: ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How can i avoid this: Dimensions of matrices being concatenated are not consistent
I understood this error message. But how can avoid it? My Code: r_inputdataSigmaX=[3 45 34;34 324 324]; r_inputdataS...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Adding values in a matrice?
Hi, How can i add values (new row -> vector row) at this 6*4 double matrice ? Ok this question sounds stupid.... My matr...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Read values from a variable
Hi, I want to read from my input (test_input.txt - File) some specific data. I need this data for calculations and settings. ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can i use a variable in my text(...) - command?
Hi, *ymax_woehler* is a variable with the value 30. How can i use this variable in my *text(...)*-command? With num2str(ymax...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can i modify my capture?
Hi, I want to capture my curve. It works so far but i want that my arrow has a 45 degree angle like in the screenshot below. ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Drawing lines in matlab
Hi, I have 3 simple questions: 1: I want draw a straight line. Ok i know its easy. I can use this command: line([0 10...

7 years 前 | 4 个回答 | 0

4

个回答

提问


Indexing of a table.
I have a table called "diagramoptions". This table has 2 columns. With the name *Key* and *Value*. For example i want to know t...

7 years 前 | 1 个回答 | 0

1

个回答

提问


I want to get the value of a variable from a table
As you can see my input is a .txt-File. This .txt-File has several sections for plotting diagrams. One section is my diagram op...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can i read the value (string or number) of a variable?
Hello, I read my input-data from a .txt-File. Now i want to use some of this variables in my script for formating and calcula...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Defining a hardcoded matlab code dynamically? How can i do this in order of my code?
Is there the possibility to create my diagram options(i), diagramlimits(i) and inputdata(i) dynamically with a for loop - or wit...

7 years 前 | 0 个回答 | 0

0

个回答

加载更多