photo

Nikhil Singh


Vit University

2015년부터 활동

Followers: 0   Following: 0

Master's In Embedded Systems.
Like to hangout with friend, reading books, Listening Music,Playing snooker & volleyball.

통계

All
MATLAB Answers

9 질문
0 답변

Cody

0 문제
1 답안

순위
160,721
of 301,383

평판
0

참여
9 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
119,642
of 174,306

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Scavenger Finisher
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9년 초과 전

질문


While running the following code I am getting a error message "Undefined function 'updateAngle' for input arguments of type double "
Actually I was trying to do tehsame thing as given in the video "https://www.youtube.com/watch?v=MF-mqlG6quE" but in the getAngl...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Is it possible to store a array of single precision type into unsigned char?
In my existing parsing file there is a assignment plhs[0] = mxCreateNumericMatrix( nof_data_values, elem_count, mxSINGLE_CL...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I had a data in single precision I had converted it into uint8 using type cast but now I want to change it to hex then what to do?
for this y = 1.2857e-39; y = single(y); z = typecast(y,'uint8'); disp(z) my result is 2 0 14 0. Now...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I am writting data from one file to another but not getting the expected data?
I have a data file called imu_data.bin, I am parsing that file and after parsing getting three outputs inertial_data,time_stamp ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why I am getting Unbalanced or unexpected parenthesis or bracket?
I am reading a variable from imu_data.bin by default it is in big endian to change it to little endian I am changing the byte po...

10년 초과 전 | 답변 수: 3 | 0

3

답변

질문


I am not getting the correct keyword?
Actually I am storing single precission values in a variable and want to read that variable in uint8 precission and store it in ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Getting an error on reading a file
I am using the current matlab script in which the file imu_data.bin is already existing filename = 'imu_data.bin'; [...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to connect previously stored data to a 3d Object?
Hello friends, I am using an IMU and its data is getting stored in dynamic matrix of size 6*(nr_bytes/34) I am only reading t...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to overcome error Matrix dimenssioms Must Agree?
Dear All, I am new to Matlab and I am attempting to edit a pre existing script, from the script I am reading a Inertial data ...

10년 초과 전 | 답변 수: 1 | 0

1

답변