photo

vadim onuchin


Bauman Moscow State Tech. University

Last seen: 거의 2년 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

5 질문
2 답변

File Exchange

1 파일

순위
103,293
of 300,788

평판
0

참여
5 질문
2 답변

답변 채택
80.0%

획득한 표
0

순위
16,978 of 21,091

평판
5

평균 평점
0.00

참여
1 파일

다운로드 수
2

ALL TIME 다운로드 수
57

순위

of 171,083

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

제출됨


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

4년 초과 전 | 다운로드 수: 2 |

0.0 / 5

답변 있음
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년 초과 전 | 0

| 수락됨

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

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

대략 5년 전 | 0

| 수락됨

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변