
Frederik Reese
Content Feed
질문
slope of non linear
Hi, I have this plot in blue and I calculate the mean of the slope of the last 19 points befor the black line. And than I dram...
8달 전 | 답변 수: 3 | 0
3
답변질문
speed up for and if loop
Hi, I want to get better in programming. my Code works well but how can I speed up the calculation? Thanks in andvance ...
8달 전 | 답변 수: 1 | 0
1
답변질문
insert values of one table into another table if 1
Hi, i have a question. Hopefully someone can help. I have the attached tables with different size. One of them is a logical. ...
8달 전 | 답변 수: 1 | 0
1
답변질문
delete row in matrix if value in another matrix is unique
Hi, probably a simple question, but I need your help. I have 2 matrices with 1 column each. Values appear twice in the firs...
8달 전 | 답변 수: 1 | 0
1
답변질문
get data from figure with other x classification
Hi, I have plots, like the one attached, the code and the original data. In the x axis is a distance. The x Data of the or...
8달 전 | 답변 수: 1 | 0
1
답변질문
set unique values in matrix for each column new to 0
Hi, I want to set the dublicate values to zero: The problem with this code is that it sets all duplicate values to 0, even ...
9달 전 | 답변 수: 4 | 0
4
답변질문
yline color in rgb
Hi, I have a plot and want to add a yline. If I plot it like this it works: yl1=yline(-0.25,'m','Freibord 75% ausgenutzt','H...
9달 전 | 답변 수: 1 | 0
1
답변질문
Error: Index in position 2 exceeds array bounds (must not exceed 155).
Hi, I get this error: Index in position 2 exceeds array bounds (must not exceed 155). Why?? Thanks for i= 1:length(FRI_100...
9달 전 | 답변 수: 1 | 0
1
답변질문
Matrix index is out of range for deletion
Hi, i cant find a helpful solution for this error: Matrix index is out of range for deletion. If I run the selection agai...
9달 전 | 답변 수: 1 | 0
1
답변질문
set values after certain value is exceeded to 0
Hi, I have a matrix and want to set only values < 0.05 to 0, after in that specific row a value of 0.1 is exceeded. If the va...
9달 전 | 답변 수: 1 | 0
1
답변질문
cell with not consistent dimensions to double
Hi, probably a simple Question: I have the attached cell and want the values in a double or table. For rows of the cell with...
9달 전 | 답변 수: 1 | 0
1
답변질문
table select rows with string/value of two colums
Hi, Following problem: I have a table with values for different categories (FKM, page), which is used to guide the further p...
9달 전 | 답변 수: 1 | 0
1
답변질문
find first time 0 again after higher 0
Hi, probably a simple question, but How can I find the Value (index) in each row of a matrix, which is after some values highe...
10달 전 | 답변 수: 1 | 0
1
답변질문
Gradient of a multiple line 2d plot,
Hi, i have the following code, which generates some plots: %% Punktauswertung nach Nutzung %%%Flussbett clear all load(...
10달 전 | 답변 수: 1 | 0
1
답변질문
Length of a plotted line
Hi, I have plots like this: I want to know, how I can get the length of the lines in the x axis in the plot. Is there a funct...
10달 전 | 답변 수: 1 | 0
1
답변질문
save index of find- loop in a table
Hi, I have a table and im looking for values of each row with find. In the next step I want to save the column number (index...
10달 전 | 답변 수: 1 | 0
1
답변질문
double to table, create new tabel and add data to existing table with different properties
Hello, I have a Matlab table for which I carry out many individual calculations as can be seen in the code. the results are ...
11달 전 | 답변 수: 0 | 0
0
답변질문
for loop to subtract row from columns
Hi, probably to easy for you.... I want to substract a value column i in row 3 in a matrix of the depending column i and get a ...
11달 전 | 답변 수: 1 | 0
1
답변질문
Subplot no values at individual subplots
Hi, do you know why there are no values for subplot 5 and seven? Thanks in advance clc clear all clear workspace ...
11달 전 | 답변 수: 0 | 0
0
답변질문
Vectors must be the same length
Hi, i have following code with an error: Vectors must be the same length, but i think they are all 143x10498 double. clc cle...
11달 전 | 답변 수: 1 | 0
1
답변질문
table import in more columns
Hi, its me again :( I have a big table like the one attached. I don't know how to change the columns. Instead of one bis...
11달 전 | 답변 수: 1 | 0
1
답변질문
Legend of a plot out of table first row
Hi I have the attached table. I Plot in a for loop an want as a legend the first row of the table. Can someone help me ? ...
11달 전 | 답변 수: 1 | 0
1
답변답변 있음
Table define colums in more columns
Here is the excel table. for this short List I can convert it in exel, but for the size I have I can't open it in excel. Is it p...
Table define colums in more columns
Here is the excel table. for this short List I can convert it in exel, but for the size I have I can't open it in excel. Is it p...
11달 전 | 0
질문
Table define colums in more columns
Hello I have the following problem: When I load data from a .dat file into matlab and create a table from it, matlab doesn't rec...
11달 전 | 답변 수: 2 | 0
2
답변질문
Save figure in a subplot loop
Hi, i have this code an want to save the figure as png and fig , if there are 5 subplots. The name should be then for exam...
11달 전 | 답변 수: 1 | 0
1
답변질문
subplot with for loop after 10 new figure
Hi, I plot subplots with a for loop. After 10 subplots I want a new figure with the next 10 subplots an so on. At the end ther...
11달 전 | 답변 수: 1 | 0
1
답변질문
Plot values for different time steps in table
Hi, I have a table with dimensions for 1:1048576 and I want to plot columns 2 and 3 for different time steps. The values in ...
11달 전 | 답변 수: 1 | 0