photo

vadim onuchin


Bauman Moscow State Tech. University

Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

5 Questions
2 Answers

File Exchange

1 File

RANK
153,152
of 300,352

REPUTATION
0

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
16,958 of 20,928

REPUTATION
5

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
55

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Submission
  • First Answer
  • First Review

View badges

Feeds

View by

Submitted


Arty A7-100T FilWizard
Replace source code after code generation of filWizard

4 years ago | 1 download |

0.0 / 5

Answered
Convert voidPtrPtr to voidPtr for clib
It was not difficult as it turned out. loadlibrary('MyLibExport', 'MyLibExport.h'); % load my DLL pv = libpointer('voidPtr', 0...

4 years ago | 0

| accepted

Question


Convert voidPtrPtr to voidPtr for clib
Hello. I can't find the resolve of my problem. I want to convert voidPtrPtr in MATLAB which I use in method on C in MyLibExpor...

4 years ago | 1 answer | 0

1

answer

Question


Wrong print negative number with fprintf in hex
Why can't print function fprintf negative values in hex? For example: rng(73); N = 20; r = (randn(N, 1) + 1j.*randn(N, 1)) *...

4 years ago | 2 answers | 0

2

answers

Question


Documentation for .NET Assembly Libraries
Hello. I create dll from C# code in MS VS and add it in MATLAB: c = NET.addAssembly(pathLibrary); % pathLibrary - path to my ...

4 years ago | 0 answers | 0

0

answers

Answered
Division int32 numbers in MATLAB R2019b
So, I found solution. Need to use special division: idivide(int32(1140), int32(32)) ans = int32 35

5 years ago | 0

| accepted

Question


Division int32 numbers in MATLAB R2019b
Let's see some examples: first: 1140 / 32 ans = 35.6250 second: int32(1140) / int32(32) ans = int32 ...

5 years ago | 2 answers | 0

2

answers

Question


USRP x310 with MATLAB R2018B
How to upgrade UHD in MATLAB? Now UHD_3.14 , but in MATLAB 2018b has UHD_3.11.1.0-vendor

6 years ago | 1 answer | 0

1

answer