photo

Deepu


Last seen: 2개월 전 2024년부터 활동

Followers: 0   Following: 11

통계

MATLAB Answers

0 질문
6 답변

순위
165,811
of 300,369

평판
0

참여
0 질문
6 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0