Community Profile

photo

AtoZ


Last seen: 14 days 前 自 2018 起处于活动状态

Hi 35 years old

统计数据

  • First Review
  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


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.

2 years 前 | 2 个回答 | 0

2

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答

提问


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

5 years 前 | 2 个回答 | 0

2

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 2 个回答 | 0

2

个回答