photo

VINAYAK KARANDIKAR


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
191,973
of 299,823

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
30.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Dynamic and Shared Libraries
Hello everyone, I have a .dll file that i have downloaded from the internet. This file has been repo...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答