george korris
Followers: 0 Following: 0
Statistik
RANG
79.898
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
78.57%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Equally spaced points in a circle
Hi everyone! I am trying to create a function that gets as inputs coordinates of two points with the first point being the cente...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Make dla with circles instead of pixels
Hi everyone I have a code for 2D DLA but it adds pixels to an initial pixel and I would like them to not be pixels but small squ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create a square grid with some random points inside that follow the poisson distribution and use each of these points as a starting point for my function
Hi everyone! Happy new year! I hope everyone is doing well!! So I have a function that simulates dla (something like brownian...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Random lines confined in a 3d box
Hi everyone I am trying to write a code that makes random lines confined in a 3d box but i cant figure it out. I changed a code...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plot specific cells of cell array
Hi everyone i have a cell array that has some empty cells end the other ones are filled with 1x30 double numbers. Does anyone ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
delete consecutive commas in txt file
I have the next txt file that has more than one ',' between numbers and i only want 1 comma between my numbers ,,,,,,,,,,,,,,,,...
etwa 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Take slices of the cube
Hi everyone the following code creates random cubes inside a big cube: clc; clear all; %y z coordinates: vert = [1 1 -1; ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Nearest Neighbour Orientation Distribution
Hello, I want to find the distribution of the orientation of the undirected line connecting the typical point with its nearest n...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Arnolds cat map like scrambling
Hello to everybody! Does anyone know how can you use any dynamical system to scramble an image just like you would do with arno...
etwa 3 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
Double loop over images
Hi guys! So i have this question: is there a way to double loop a lot of images? What i mean is that i know how to loop over a ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i loop this code?
Hey guys so i have the next code which reads an image then crops it and then for the same crop diensions crops 15 mor images and...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Add multiple plots in the same graph
Hello everyone i have the next code which reads multiple pictures from the same folder and in the end plots the fft of the lines...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortHow can I Change this C++ code into MATLAB code?
Hi Kayden check this out: https://www.mathworks.com/matlabcentral/answers/453321-convert-c-code-to-matlab-code-with-matlab-201...
mehr als 3 Jahre vor | 0
Frage
Error using plot comand
Hello guys i have the next code clc; clear all; img = imread('1.jpg'); img = imcrop(img) Y = abs(fft( mean( imrotate(img,3...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
create parallel lines in the same pic and find the average of all the ffts in it
Hello everyone i have a code which draws a line in a pic and takes the fft of the profile of the line,does anyone know how can i...
mehr als 3 Jahre vor | 2 Antworten | 0