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 个答案

排名
113,939
of 301,252

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,207

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
119,232
of 173,657

贡献数
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 years 前

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答