photo

Deepu


Last seen: 3 maanden ago Active since 2024

Followers: 0   Following: 11

Statistics

MATLAB Answers

0 Questions
6 Answers

RANK
171.694
of 297.457

REPUTATION
0

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

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

  • First Answer

View badges

Feeds

View by

Answered
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

11 maanden ago | 0

Answered
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 ...

11 maanden ago | 0

Answered
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...

11 maanden ago | 0

Answered
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...

11 maanden ago | 0

Answered
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...

11 maanden ago | 0

Answered
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...

11 maanden ago | 0