
Marc Laub
Content Feed
質問
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ヶ月 前 | 1 件の回答 | 0
1
回答質問
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ヶ月 前 | 1 件の回答 | 0
1
回答質問
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ヶ月 前 | 1 件の回答 | 0
1
回答質問
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ヶ月 前 | 2 件の回答 | 0
2
回答質問
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ヶ月 前 | 2 件の回答 | 0
2
回答質問
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ヶ月 前 | 0 件の回答 | 0
0
回答質問
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ヶ月 前 | 1 件の回答 | 0
1
回答質問
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ヶ月 前 | 2 件の回答 | 0
2
回答質問
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...
1年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
1年以上 前 | 1 件の回答 | 0
1
回答質問
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...
1年以上 前 | 2 件の回答 | 0
2
回答質問
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...
1年以上 前 | 0 件の回答 | 0
0
回答質問
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...
1年以上 前 | 1 件の回答 | 0
1
回答質問
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...
1年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 0 件の回答 | 0
0
回答質問
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...
2年以上 前 | 0 件の回答 | 0
0
回答質問
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...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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, ...
3年弱 前 | 0 件の回答 | 0
0
回答回答済み
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 ...
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 ...
3年弱 前 | 0
| 採用済み
質問
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 ...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
約3年 前 | 4 件の回答 | 0
4
回答質問
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...
約3年 前 | 1 件の回答 | 0