photo

priya


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
0 Antworten

RANG
102.938
of 300.321

REPUTATION
0

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
80.0%

ERHALTENE STIMMEN
0

RANG
 of 20.913

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.093

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Explorer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


solve quadratic equation with matrix input variable
I am trying to solve a 4th order quadratic equation with the input variable in matrix form, as follows: N =2000:-50:0; eqn=(...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting one variable equation
i want to plot "w" on x- axis and "a" on y- axis. I am not getting the plot. The code used is: for w = -600:100:-100 a=sqrt(((...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


plotting 3d graph
I have a surface, with a function Z plotted as a function of two variables X and Y. The code is: x = -100:25:100 ; y = 600:120...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot two variables of different length
x = 100:400 ; y = 600:1500 ; Z = 3*x+2*y ; P = x/Z; I want to plot P (along z axis) as a function of x (along x axis) and y ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot 2 variables of different length
x = 100:400 ; y = 600:1500 ; Z = 3*x+2*y ; I want to plot z (along z axis) as a function of x (along x axis) and y (along y a...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


phase advancing of a signal by 90 degrees
I want to sense a signal, and advance the phase of the signal by -90 degrees, keeping the magnitude of the signal same (in MATLA...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


average value of a half wave rectified sine curve
I have a half wave rectified sine wave. I want to calculate the average of this curve on matlab and plot it. Please help. f =...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


transfer function reduction.techniques with matlab 2016b
I want to obtain the pole zero plots of this system. I an using MATLAB 2016b. I tried the following code: s=tf('s'); G1=1/((...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


plotting two x aes and 1 y axes for one plot
I made the function simple. the code i have used is: x1= [0: 0.1 : (2*pi*1)]; y=sin(x1); plot (x1,y) This helps me to plo...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Hi, I am facing difficulty in plotting these functions.
How can i compare a string a =[0: 0.05: 10] with a constant value, say 5. I want the string to be compared with that constant, a...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort