
Marc Laub
Statistics
RANK
123 249
of 281 689
REPUTATION
0
CONTRIBUTIONS
53 Questions
1 Answer
ANSWER ACCEPTANCE
60.38%
VOTES RECEIVED
0
RANK
of 19 057
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 134 012
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Binning 3D data und reasign Bin properties to data
Hey, following problem I have following problem: I have 3D data from which I need to calculate properties. To reduce the calcu...
10 månader ago | 1 answer | 0
1
answerQuestion
Extracting data from handle objects
Hey, I have following problem. I have multiple handle class objects which all have a propertie which can either be a scalar or ...
10 månader ago | 1 answer | 0
1
answerQuestion
Vectorize class function over all objects
Hey, I have a handle class and each of those classes has some properties that will be changed over time repeatedly. classdef p...
11 månader ago | 1 answer | 0
1
answerQuestion
Acess all last array elements withtin cells
Hey, I need to store somae data and later acess them again. For further calculation that is done repetedly I would prefer to a...
11 månader ago | 2 answers | 0
2
answersQuestion
Check if cell contains another cell
Hey, I need to check if my cell contains another cell or if the contant is a character vector. So I got a a=1x130 cell and ...
11 månader ago | 2 answers | 0
2
answersQuestion
Receiving different results from custom function depending on input
Hey guys, I have a function which is basically just a concatenation of polynoms, log-terms... i handles 3 input variables and...
11 månader ago | 0 answers | 0
0
answersQuestion
Give gradient to fmincon
Hey, so I am using fmincn to solve a problem. Im somehow not to satisfioed with the results because the solver seems to bug its...
12 månader ago | 1 answer | 0
1
answerQuestion
is it possible to use function without toolbox
Hey everyone, I am currently trying to solve a problem, I actually solved it, and I need the fmincon function from the optimiza...
12 månader ago | 2 answers | 0
2
answersQuestion
define nonlcon in fmincon
Hey, I am trying to finc the minimum of a 4 variable equation using fmincon. Looking at the solution fmincon presents and saw t...
mer än ett år ago | 1 answer | 0
1
answerQuestion
fminsearch with side conditions
Hey, I have a equation where I am looking for the minimum. The equation has 6 variables, but due to interdependencies it can ...
mer än ett år ago | 1 answer | 0
1
answerQuestion
Problems with fminsearch giving startvalues as result
Hey, I am trying to minimize Gibbs enthalpie dependant an phase fraction and phase compositions. So i set up an equation whic...
mer än ett år ago | 2 answers | 0
2
answersQuestion
Plotting vertical line with specified color
Hey, I want to visualize the development of a distribution over time. Therefore I want to plot the distribution of the diame...
mer än ett år ago | 0 answers | 0
0
answersQuestion
Indexing a multidimensional matrix with a second logical matrix
Hello, I want to setup dummy orientation given a binary image. I have a binary images (data) with withe regions separated from...
mer än ett år ago | 1 answer | 0
1
answerQuestion
Changing Errorbar Markersize within Legend
Hey, following problem: I am plotting some errorbars in my figure. I control the appearend size of the y value with 'Markersiz...
mer än ett år ago | 1 answer | 0
1
answerQuestion
Writing a small epsilon in xlabel with color
Hey, I wanted to write a red small epsilon in my label \color{red} \epsilon was my first try, but is was the epsilon version i...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How to remove horizontal and vertical artefacts from image
Hey, I have some images that where stiched together from multiple images and now after the calculations these stich lines whi...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Variable cell array size for mex function does not work
Hey, I' am trying to bypass the 32bit limit of the MatLab coder, so I chunked my matrix into pieces and wnt to give that pieces...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
Editing code for mex function to support 64 bit indexing
Hey, I want to speed up my code by using a mex function, I actually already did but the probem is that MatLab coder only suppor...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
How to change font in legend while using latex interpreter
Hey, I needed a fraction bar in my legend, so I used latex as interpreter, but now the legend font is in the default tex math f...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Describe to plots in one line in legend
Hey, I have a plot full of lines and to not overload the legend I wanted to only describe some major differences between the ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How to manually edit MatLab Coder .mex-file code to support 64bit indexing
Hey, I have a problem that mex files generated by MatLab Coder only supports 32bit indexing, which is the reason my program get...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
Unexpected unknown exception from MEX file..
Hey, I wrote my bottleneck function as a mex function and it works well so far, but at a sudden point in my programm I just g...
nästan 3 år ago | 0 answers | 0
0
answersQuestion
Change position of exponent of y axis in figure
Hey, I am wondering if there is a possibility to change the position of the exponent of the y axis in a figure. In my case the...
nästan 3 år ago | 0 answers | 0
0
answersQuestion
Convert function with struct input to mex while number of fields is unknown
Hey guys, I am trying to translate a matlab function of mine into a mex function but I am facing some issues. The problem is, ...
nästan 3 år ago | 0 answers | 0
0
answersCode 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 ...
nästan 3 år ago | 0
| accepted
Question
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 ...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 3 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 3 år ago | 4 answers | 0
4
answersQuestion
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...
ungefär 3 år ago | 1 answer | 0