photo

Isha Deshpande


University of Pune

2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
115,061
of 301,344

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,238

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,044

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to plot 3D surface plot for given x and y data? what is code for z?
{x = [1,2,3,77,5]; y = [22,13,2,4,5]; z = peaks(y); surf(x,y,z);} In above code x stands for frequency and y stands for vo...

거의 13년 전 | 답변 수: 0 | 0

0

답변

질문


How to plot 3 D graph for huge amount of data? How to increase the speed of execution of program?
x = 900000:5000:30000000; d = [74.15 68.55 73.86 77.46 77.29 73.07 73.01 76.2 70.37 71.82 73....

거의 13년 전 | 답변 수: 0 | 0

0

답변

질문


How to convert near field into far field using MATLAB?
formula or equations for conversion of near field radiation into far field radiation

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

0

답변

질문


While taking large range error is occur. How to solve this problem?
My code is as below: f=1:1000:1000000000; t1=1/0.4521; t2=1/0.4908; t3=1/0.61; t4=1/1; for i=1:1000:10000000...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


while plotting the graph ,it appears blank. How to solve this problem?
My code is as below f=[1,2,3,4,5,6,7,8,9,10]; l=length(f); for i=1:l t=1/0.4521; z=3.68*10^(-7)*(t)^(1/...

거의 14년 전 | 답변 수: 1 | 0

1

답변