Respondida
Code acceleration by mex-file
Thanks, it was the double instead of integer problem. I simply typed the code as in that tutorial but somehow in his tutorial ...

casi 4 años hace | 0

| aceptada

Pregunta


Code acceleration by mex-file
Hey, I'am new to the mex-section, but I wanted to accelerate my code, more a very specific time consuming function. To start ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Specify band width for kernel PDF
Hey, I'm wondering if there is a possibilty to use the improves Sheater Jones algorythm for optimal bandwith in multimodal di...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to implement load function into MatLab Coder
Hey guys, I wrote a programm in Matlab and it takes quite a long time to run through, so we wanted to know how much faster it...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Properties of adjacency matrix
Hey following thought about the adjacency matrix of a graph. Is it possible to distinguish from the adjacency matrix of a grap...

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

4

respuestas

Pregunta


individual sum of array in cell
Hey, I have a cell, for example: array1 = {[4,3.3,2.5,0.71];[3.4,2,1,0.3];...} and I need the sum of each individual array as...

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

1

respuesta

Pregunta


Pointer equivalent in MatLab
Hey guys, I defined an object handle class with some objects in it and those objects got a property which I called "neighbour" ...

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

0

respuestas

Pregunta


Can I use the graph function to link user defined objects instead of vertices?
Hey there, is it possible to use the excisting grapf-function with all its funtionalities to link my own objects rather than ...

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

1

respuesta

Pregunta


MatLab crashing while saving variable
Hello, I am facing issues saving variables from my workspace. MatLab always crashes when I try to save handle objects. When ...

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

1

respuesta

Pregunta


How to check if multiple objects are linked in a continuous way?
Hey, I have multiple handle class objects from a handle class. I now link them to each other under certain circumstances whi...

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

1

respuesta

Pregunta


share data between workers while retrieving data from handle class within parpool
Hey guys, following problem. I have a handle class which is linked to different handle class objects of its own class and ...

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

1

respuesta

Pregunta


Looking for help changing linked class objects in parallel
Hey guys, I'am looking for help with following problem. In my code I have defindes vertices, edges and polygons as class han...

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

0

respuestas

Pregunta


How to use fetchNext correctly?
Hey, I have to functions which I want to calculate on a parrallel pool. The input of the second function is the output of the...

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

1

respuesta

Pregunta


Why is my parfor loop not running?
Hello, I guess this question has been asked multiple times. I did all the troubleshooting before but I still dont undersatdn wh...

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

0

respuestas

Pregunta


How to check if different objects are already linked?
Hey guys, I have following problem: I created a kind of voronoi mesh and I now know the position of all vertices and which ver...

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

0

respuestas

Pregunta


Replace polygon vertices outside boundary by vertices on boundary
Hallo, following probelm: I have a cell arra where the coordinates of many polygons are in, generted by a voronoi tesselati...

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

0

respuestas

Pregunta


Influence size distribution of voronoi diagramm
Hey everybody, I tried so "simmulate" a grin distribution with a voronoi diagramm. Plotting the area distribution and the rad...

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

0

respuestas

Pregunta


How is the polyarea function input order to receive correct results?
Hi everyone, In the help of the polyarea function it says that the value returned can depend on the order of the input values? ...

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

1

respuesta

Pregunta


Delete multiple elements from matrix, that match value at once
Hello everybody, I wanted to know if there is a possibility do remove certain elements from a matrix at once, that match a spec...

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

2

respuestas

Pregunta


Conclude new distances from periodicity without calculating
Hell everyone, my problem is following: I'm doing a simulation on particle growth and I wan to include neighbourhood relations...

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

0

respuestas

Pregunta


Deleting specific values of fields inside a struct array
Hello everyone, I have a struct array with multiple fields. All fields are arrays with the same length. a=struct(); a.fiel...

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

1

respuesta

Pregunta


How and when does MatLab support symatrical vector operations?
Hello, my question is following? I want to do a vector operation and I want to be sure that MatLab takes advantage of symmetri...

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

0

respuestas

Pregunta


Improvement of point cloud distance calculation in 2D
Hello everyone, I have following question: Given is an array of n- datapoints, with x and y coordinates for every point. I kn...

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

0

respuestas

Pregunta


Cannot solve symbolic equation annalytically
Hey guys, I have following problem. I am computing phase equilibria from thermodynamic data. Those polynomials consist of hun...

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

2

respuestas

Pregunta


using variables in a parfor loop
Hey, I am very new to the parallel computing and i got some trouble. So basicly i have so example code very similar to this o...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


improve statistic of multidimensional data
Hey, I have some data point with multiple properties and i need to scale up those datapoints to a higher quantity while keepi...

alrededor de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


get parameters of gaussian distributions from ksdensity function
Hey there, I am locking for a possibilty do get an analytical solution of the distribution of my numbers. Since my numbers are ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


functions suddenly connected after restart
Hey there, so i got a little problem. All started when my matlab didnt want to stop some calculations. I pressed ctrl+c like an...

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

1

respuesta

Pregunta


Derivativ of a function including if statements and consisting of multiple other functions
Hey guys, I have a problem derivating a very large function. My function is very huge (9 variables, 40+ parameters, all depo...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


lognpdf drawn by parameters from lognfit doenst fit data at all
Hey guys, I got a problem fitting my data. So the data should be describable by a log normal distribution. Somehow the lognpdf ...

casi 6 años hace | 1 respuesta | 0

1

respuesta