photo

Rajaram B S R


University of Southampton

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: Signal Processing - Audio, Video & Speech

Statistik

MATLAB Answers

6 Fragen
2 Antworten

RANG
23.012
of 300.365

REPUTATION
1

BEITRÄGE
6 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


mex calls in other mex functions - is it possible?
Hello, Is it possible to have mex-function calls in other mex-functions? if yes, how do I go about it? I tried to have 2 mex ...

fast 14 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Data extraction from MATLAB to mex-function setup
Hi all, I am trying to extract data calculated in the MATLAB environment into the mex-function set-up in vain. Could someone pl...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
mxArray problem
I think the problem is, 1) Data read from the file is of type mxArray and, 2) In the mex function (C coding mode) you are t...

fast 14 Jahre vor | 0

Frage


How to - "sort" using mexCallMATLAB ?
Dear all, I am writing a mex-function and need to sort some data using the mexCallMATLAB API so that I get the data in the requ...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Proper usage of 'daqdocfft' in embedded matlab
I am trying to apply MAP weighting onto data acquired from the 'analog input' block in embedded matlab setup. The analog input...

etwa 14 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


C-compiler setup in MATLAB R2009a 64-bit version
I am trying to run an embedded matlab code in the 64-bit version of MATLAB R2009a and am getting a 'Make error' as shown below, ...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
PCA (dimension reduction) in embedded matlab
for i = 1 : 22 for a = 1 : 12 if (i == req_idx(a)) for j = 1 : 22 Y_dr(i,j) = Y(i,...

etwa 14 Jahre vor | 0

| akzeptiert

Frage


PCA (dimension reduction) in embedded matlab
Hi I have a 22x22 matrix 'Y' which needs to be dimension reduced to 10 principal values (The principal values are chosen by c...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort