VINAYAK KARANDIKAR
Followers: 0 Following: 0
Statistica
10 Domande
0 Risposte
RANK
129.549
of 295.527
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
30.0%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Transfering variables between Matlab Sessions
I have a question regarding sessions. I have a main file with input data I have a script called sum I have a script called di...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Dynamic and Shared Libraries
Hello everyone, I have a .dll file that i have downloaded from the internet. This file has been repo...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
MEX Issues during compilation
Hello, I have a Windows 10 64 bit system with MATLAB 2013b installed on it. Now i am using SDK 7.1 compiler to comp...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Invalid MEX-file The specified module could not be found.
I received this error after i was able to successfully install the "uhdinterface.mexw64" MEX file. Apparently the MEX file is in...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Error of the type unresolved external symbol
Hello everyone, so i am trying to compile a MEX program on MATLAB, which contains C++ files as well. I now experience this err...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Mex file compilation given include files and library files
Hello everyone, The following is what i want to run: function make() mex -g -I C:\Program F...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Converting a C++ code to mex file and using Make.m script
So i have a code, basically it is a C++ code. This code apparently has to be compiled with the make.m MATLAB script. What exac...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
Undefined variable "comm" or class "comm.FMBroadcastModulator". Why is this happening on my MATLAB Workspace window?
I am tryng to implement the following example. And i get an error. What could be the reason? code: audio = dsp.AudioFileRe...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
whats wrong in the following?
[y, Fs] = audioread('Track48.wav'); y1 = y(:,1); y2 = y(:,2); Y = [y1 y2]; wavwrite(Y ,Fs, 'newfile.wav'); % %au...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Can MATLAB 2013b be used to interface with USRP X310? Or do you need higher versions? And how do you actually use the add on package? What is is real purpose? Thanks a lot.
connectedRadios = findsdru; if strncmp(connectedRadios(1).Status, 'Success', 7) switch connectedRadios(1).Platform case...
quasi 6 anni fa | 1 risposta | 0