Statistik
RANG
10.505
of 295.467
REPUTATION
4
BEITRÄGE
15 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
4
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Pass struct to C++ DLL library with strings
as a struct. e.g. sm.p1 = 3 sm.p2 = 5 sm.p3 = "foobar" But anyway, I might have to give this approach up, since I need a...
mehr als 6 Jahre vor | 0
Frage
Pass struct to C++ DLL library with strings
I have a simple C++ program, where I pass a c_struct by reference and am able to update the values for the doubles. Now I would ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
adding a fresh .NET assembly gives a warning : Warning: Assembly xxx has already been added from location
I have a very simple .m class, that has a method called setup that adds a .NET assembly, But I get a warning that the assembly i...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use a relative path for NET.addAssembly
My matlab code is in D:\CERDEC\liveFeed, but I find I have to use a full path: function setup(this) ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fast low latency live data transfer
I have a .NET Assembly that is receiving live UDP data. I want to push that up to Matlab. I have used the .net event mechansim <...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Cell ConvertTypes - size inputs must be scalar????
Why does cell ConvertTypes not work for this? K>> whos co Name Size Bytes Class Attributes...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Return Struct from .net dll
I have a .net DLL (C#) that receives real-time (and lots) of data over TCP from a sensor. The data is coming as arrays of custom...
mehr als 8 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
convert struct field in cell array
<</matlabcentral/answers/uploaded_files/50246/CropperCapture%5B1%5D.jpg>> I used a json converter which created a 1x15 cell ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
.net expando objects in Matlab 2015b
Well, I got the expando object to create in Matlab 2015b , however, I have no idea how to add property/value pairs. I am looking...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plotting points on top of image (imshow) (uiaxes)
I had the following code (which works) that does an imshow raster data and then plots red dots on top of a list of markers (I.e....
mehr als 9 Jahre vor | 1 Antwort | 2
1
AntwortFrage
GUIDE layout of growable grid of images
I have 6 images that I am displaying with imshow() each in a axes element. Each one has a static text label centered over it....
mehr als 9 Jahre vor | 1 Antwort | 0
1
Antwortextract Object properties from cell array
<</matlabcentral/answers/uploaded_files/26555/CropperCapture%5B1%5D.jpg>> See figure above
mehr als 9 Jahre vor | 0
Frage
Filter cell array of objects
I have a .net array object where each object is called Centroid. It has the following structure. ans = Centroid wit...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
extract Object properties from cell array
I have a cell array where each cell is a .NET object called Centroid. It has the following structure. u.centers{:} ans =...
mehr als 9 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
showing image frames and statistics in figures
I have a "real time" application that generates a stream of images, which I show as a four-part subplot (a few times every secon...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Combine convolution filters (bandpass) into a single kernel
Is there a way to take the low pass and high pass filters in the following code and combine them into a single kernel and apply ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Passing byte array from c# .net to matlab
I have a byte array (image data in 1024 x 1024) that I want to pass back to Matlab. My C# is returning data as follows: ...
fast 10 Jahre vor | 0 Antworten | 0