Community Profile

photo

Christopher Brokmann


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


find elements within ls-dyna .k file within certain coordinate range
Hello, i need to find elements within a certain coordinate + radius out of ls-dyna k files. My problem is similar to the alre...

5 years ago | 0 answers | 0

0

answers

Question


meshgrid values to function without loop
Hello, i want to give x,y coordinates to a self-written function. The current state is, that i use 2 loops. I think that this is...

5 years ago | 1 answer | 0

1

answer

Question


How to generate a coordinate field, compute values for each coordinate and plot the results?
Hello, first, i would like to generate a 2D coordinate field from e.g. 0/0 to 0/100, 100/100 and 100/0 with 10 steps, giving ...

5 years ago | 1 answer | 0

1

answer

Answered
How to create 4 axis on one single plot?
Solved: ax2.XTickLabelMode = 'manual'; ax2.XLim = [0 40]; works fine for this example.

6 years ago | 0

| accepted

Answered
How to create 4 axis on one single plot?
i tried this example, but have some problems to scale the xtick from the upper axis. figure x1 = 0:0.1:40; y1 = 4.*cos(x1...

6 years ago | 0

Question


How to create 4 axis on one single plot?
Hello, i need a plot with 4 axis. Two times abscissa and ordinate, top bottom, left and right. Background: e.g.: log(x) on ...

6 years ago | 3 answers | 0

3

answers