photo

Deepu


Last seen: 6 months 前 自 2024 起处于活动状态

Followers: 0   Following: 11

统计学

MATLAB Answers

0 个提问
6 个回答

排名
65,531
of 298,905

声誉
0

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,656

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 162,856

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
hai,i am using R2020a version matlab ,but i think histogram command not working in this, you can find with attached screenshot,can you path me how to solve.Thanks in advance
Avoid naming your script 'histogram.m'. Kindly choose a different name that does not conflict with existing function files

1 year 前 | 0

已回答
How to make double array representation as complex array with null imaginary number ?
% Example double cell array with only real parts double_cell_array = {1, 2, 3.5, 4}; % Convert to double complex cell array ...

1 year 前 | 0

已回答
How to change Hybrid beamforming to digital in 'Massive MIMO Hybrid Beamforming' example
To change the hybrid beamforming to digital beamforming in the Massive MIMO Hybrid Beamforming example in MATLAB, you would need...

1 year 前 | 0

已回答
Error using (function_name). Too many output arguments.
The error message "Too many output arguments" typically occurs when the number of variables you are trying to assign the outputs...

1 year 前 | 0

已回答
how to convert numerical dataset to image ?
To convert a numerical dataset to an image using MATLAB, you can follow these steps: Reshape your dataset: Since you have a dat...

1 year 前 | 0

已回答
Can the software read more precise numbers (such as decimal points)?
To display the data with more precision, you can use the fprintf function with a format specifier that specifies the desired num...

1 year 前 | 0