Statistiques
10 Questions
0 Réponses
RANG
92 434
of 300 753
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
0
RANG
of 21 075
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 170 858
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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=(...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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(((...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 =...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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/((...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0

