Community Profile

photo

Frank Oosterveld


Last seen: alrededor de 3 años hace Con actividad desde 2018

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


search in large cell file
Hi all, I'm looking for a function such that I can acces the following text in my SSD file (attached) THE FOLLOWING TABLE IS P...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


import from .dat file abaqus
hi all, I try to import certain lines from my .dat file, generated from abaqus. However something strange happens. When I try...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Import .txt file and write to txt file
hi, I have a file, Force_inputt.txt, which I want to read, change one value and write it back, this is how I did it so far: ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Convert Table to double vector
Good morning I try to import values from a file, matlab makes a table file from it. Now I want to use the table values as do...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to include datasets of both velocity as acceleration
Good afternoon all, From a big dataset of both the velocity as the time - for explanational purposes, lets say: v = [v1, v2, v...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove quotes in last column of my table
Hi, Atm, I'm reading a big dataset in ML by: DATA = readtable('data_log_gyro.csv'); Example below Now I want the third co...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


My line plot doens't work according to plot([x1 x2], [y1,y2])
I've been staring at it for a while now, but i want to make horizontal, vertical and both diagonal elements in my window, Elem ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is it possible to differentiate max function?
Hi, Is it possible with the basic matlab functions to numerically differentiate a max function? This is what I tried, but did...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Array of U1 V1 U2 V2 U3 V3
Hi, as the title says, I need a symbolic array of U1 V1 U2 V2 U3 V3 .. Etc. Number_of_elements = 100 UV = zeros(2*Number_of_...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to add the rows in a for loop
I have the following code, labels = 1:100; element_positions = zeros(length(labels-10),4) for i = [1:9,11:19,21:29,31:39,41:...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to solve an linear set of equations with arbitrary number of symbolic elements
I defined my U, with an arbitrary lenght due to the preferable N_elements U = sym('U',[N_elements+1 1]); Now I want to solve m...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I make an array of numbers in the titles of a structure?
I have the following problem, I have the following set of equations including symbolic terms, eq = K*U == F; I solve...

más de 5 años hace | 1 respuesta | 0

1

respuesta