photo

Isha Deshpande


University of Pune

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
114.955
of 301.352

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
0

RANK
 of 21.240

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.116

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 13 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 14 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta