photo

AtoZ


Last seen: 5 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

Hi 35 years old

Statistik

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


i want to double titles in one graph
hello, i want to put two different titles in the designated area of one graph as shown in the picture below.

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


About real time data processing in FMCW RADAR.
clear all; clear all; %read the raw data .wav file here [Y,FS,NBITS]=wavread('Ranging_Radar_Exp'); %constants c = 3E8; ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Alternatives to using diff(X,2)
Just a simple question: We have an alternative for the opreation diff(A,1) given by A(2:end)-A(1:end-1), from an earlier post....

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extract a row as a function of a variable
I have a numerical solution, which comes as a symbolic 6x51 matrix when I assign the values to T as T=[0:0.1:5]. I want to extr...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting with an injected numerical solution as an argument
I have a numerical solution "a" of an equation which is obtained for a "specific value of T and k". I want to insert this solut...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Using logically indexed vector in a loop to create another vector
I have a vector `p=[-3 -2 -1 0 1 2 3]`, and an expression for and for ; and have values. I want to create a vector . How t...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Summation of two vectors over a range
I have to write a code in Matlab for adding the following two vectors with . The elements corresponding to and are the bou...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Two for loops taking very long to get the complete solutions
The two for loops in the code take very long to complete clear all syms a for k=0:0.1:pi for x=0:0.1:pi f...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Numerical solution of a trigonometric equation
I want to solve the trigonometric equation, so that for each $x$ and $k$ we will have either 0,1 or 2 solutions. sin(k...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting a function with different range of values for arguments
I am trying to plot a function with two different inputs, so its two plots in one graph actually. There are some constants whi...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plotting eigenvalues in complex plane of a sparse matrix
I have a 198 x 198 matrix whose eigenvalues I want to plot in complex plane. However, what I want to achieve in plot seems to be...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten