Community Profile

photo

Tomas Kojar


Last seen: 9 months ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • First Submission

View badges

Feeds

View by

Submitted


Fast SLE algorithm
Based on Tom Kennedy's C++ code for Fast SLE ("A Fast Algorithm for Simulating the Chordal Schramm-Loewner Evolution")

3 years ago | 1 download |

Thumbnail

Question


Using streamslice/quiver and inpolygon
Suppose we have quiver field i.e. we have a meshgrid and then we assign a vector to each point. Is it possible to plot only the ...

5 years ago | 0 answers | 0

0

answers

Question


Class handle object and vector preallocation in matlab
Is there a way to preallocate a vector and then assign values to it without making copies or using for loops? For example, when ...

7 years ago | 1 answer | 0

1

answer

Question


How can I shade the area bounded between two 3d curves? How to draw a curtain between them?
Hello For my tutorial to exemplify the line integral for z=x+iy over the unit circle, I want to plot the height areas for eac...

8 years ago | 1 answer | 0

1

answer

Answered
How to print a large 4D array into a csv or excel file
for x=1:50 for y=1:50 A4t2=zeros(48,21); for z=1:50 for k=1:33 A4t2(z,...

8 years ago | 0

| accepted

Question


How to print a large 4D array into a csv or excel file
Hi Here are my attempts in printing a 4D array (i.e. an array with four coordinates): 1)Fixing the first two coordinates a...

8 years ago | 1 answer | 0

1

answer