continuous real time spatial resolution
I started this project on NI LabVIEW while ago and left it due to some problems that i needed to take care of.
I'm trying to read in real time from ...
0
753
Set white Frame to a Picture
I want to add a white frame with one Pixel thickness to a picture in order to separate particles from the image border. I need a gradient completely s ...
0
753
How to do strcmp in textboxes with Matlab
I would like to know how to compare strings between 2 textboxs in Matlab. Can someone please give some examples? Thank you in advantage.
2
753
How to call a function which is in another program MATLAB
I write this in my main program
[code]
[C,rows,cols,entries] = Matrix('C.txt')[/code]
Matrix fuction is in another program Matrix.m and I want to call ...
2
753
How can I find each max element of three matrices as new matrix?
Maybe the question is a little bit confused, I'll make an example below.
Let's say I have a 3 matrices a, b, c with same size.
[code]
a = [2, 5; 6, 9 ...
2
753
MATLAB App Designer non-Numeric data plotting
UIAxes in Matlab App designer does not support non-numeric data such as a graph plot, is there any alternative to do it inside UI framework?
[img]htt ...
0
753
Reproducible results when creating random matrices across parallel calls in MATLAB
I want to create a number of random matrices, but they are really big to fit in memory, so I'd like to find a way to reproduce them across computers, ...
0
753
How extract (changeable variable) word & number using regular expression matlab
I have more than 10k text files look similar like this, all of them are similar in format but not in size, sometime is bigger or smaller.
[code][{u'l ...
0
753
Retaining color when subsampling a triangulated surface: get indices from reducepatch?
I have a very densely tessellated surface which looks like this: White matter dense
[img]https://i.stack.imgur.com/gcNFn.png[/img]
This surface is too ...
0
753
Linprog function in Matlab
I have a system X(k+1) = Ax(k) + Bu(k) and I have a cost function which needs to be minimised. I need to find the optimal u(k) that minimises x(k). Ho ...
0
753
