質問


extracting data from a picture of a chart
Hello, is there a way in Matlab to extract the data vector of the chart from this picture,for example the bottom one? Thanks. ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


randn command variance problem
Hello, i am trying to create a randomly distributed temperature where the avarage is 310 and variance is 4. I wrote the followi...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


double regression interpretation with vectors
Hello when we enter the following vectoric line shown bellow, we get result B=[b1,b2] so how do i interpret the approximated v...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


solving double equation with random data with regress
Hello,i am trying to find the best values of "eT" and "e" for m5 and m10 equations. I ran the following code, i assume the by d...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


regress with vectors arguments
Hello,i know that in regress we make an estimation of our data using some other vector. In here We have estimation of two data ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


solving simple multy variable expression
I have built a simple expression where we can see that its solution t-Vs=1 for some reason the only solution it gives me is t=1...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


solve an exponential equation with 2 variables(view combinations)
Hello, i am trying to solve the following equation shown bellow, by solution i mean to find all the combinations of R2 and Vs2 t...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


2D oplimization plot from derivative inverse function
Hello, for x=1 i have a formula as shown bellow which is a derivative inverse function: I need to plot an optimization ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


derivarite of inverse of complex function
Hello , i have a function as shown bellow syms x Y=1./(log(x)-1) fplot(finverse(Y),[5,6]) We have made an inverse by using ...

4年以上 前 | 0 件の回答 | 0

0

回答

質問


complex function inverse plot
Hello, i have a plot a function y=1/(ln(x)-0.1) how can i plot X as a function of Y ,when y=[5:0.01:6] Thanks.

4年以上 前 | 2 件の回答 | 0

2

回答

質問


plotting a polinomial fraction over a strict range
Hello i have a product of the polider function which gave me two polynomial 'q' as numerator 'd' as denominator. q=x+1 q=[1 1]...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


transfer function plot problem
Hello, I have extracted the poles and zeros of a circuit which have the following response shown in a plot bellow. the POLES a...

約5年 前 | 1 件の回答 | 0

1

回答

回答済み
Fourier transform of table signal
Hello i Have attached a src_square.txt source and its spectral fourier transform in the photo shown bellow and How ever the...

5年以上 前 | 0

質問


Fourier transform of table signal
Hello, i am trying to perform an fft on a signal given by a table as shon bellow and attached in the txt file.I got the result s...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


table plot into transfer function
Hello, is there a way to convert a bode plot (a table of dots are given) into its transfer function expression? Thanks

5年以上 前 | 0 件の回答 | 0

0

回答

質問


extracting coordinates numbers from array of coordinates
Hello ,I Have a text file which i mannaged to sliceout one subtable from it.(attched txt file) and convert the frequency string...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


text scan question of amplitude and phase
Hello i have a string which is as follows: (-7.30313259052058e-002dB,-4.26354774426478e+000°) how can i extract these two nu...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


snr calcluation from spectrum analizer table
Hello , i have a table data (dbm vs Hz) where my signal has a certain bendwidth and the rest is a noise,is there a command or a...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


RC circuit trasnfer function expression
Hello, this circuit was built in matlab simulink . is there a way to extract its tranfer function? Thanks

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Transfer function or equvalent impedance from simulink or other circuit type
Hello i have a simple RLC circuit with parametric unkhown values, can MAtlab some how give me the transfer function with paramet...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


lower index of besselh command
Hello what is the meaning of the nu=0 of the first argument in besselh. what function it will actually represent ? also z ...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


color plot arguments questions
Hello ,what is the role of 'color' and col(d,:) arguments in the plot command? plot(phi, eta * abs(J), 'color', col(d,:)); I ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


phased array beam stearing function
Hello i am trying to use mathhlab STV coomand to do beam stearing as shown bellow for 4X16 array. i cant see how to define ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


step by step simulink hdl cosimulation examples
Hello , where can i find examples of HDL co-simulation on co-simulation? transceiver mixed with hdl will be the best example....

7年弱 前 | 0 件の回答 | 0

0

回答

質問


plotting two complex numbers points on smith chart
Hello , i have two complex numbers 7.12 +j*0.324 6.04 +j*3.15 i want to plot these two points on a smith chart (normalized to...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


one GPIB adress some how controls two instruments
Hello i am trying to control four instrument with GPIB connection ,in a connection which is shown bellow ,but i get a situation...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


serial com RS422, sending hexadeximal coomands
Hello,i am trying to communicate with a "reciever" device which is connected as shown in the attached photo(serial-com). ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


controlling EGS3000B signal generator with VISA
Hello i am trying to control my ESG signal generator with gpib VISA code a simple code to change the frequency was made, but it...

約7年 前 | 0 件の回答 | 0

0

回答

質問


agylent gpib matlab connection for instrument control tool box
Hello , i have attached my Agylent series data label, and the drivers that was presented in the matlab screen, which one should...

約7年 前 | 0 件の回答 | 0

0

回答

質問


dividing a table into an array of subtables
Hello i have an array which look like in the photo bellow. every contactID has one or many activities(which are listed on the n...

約7年 前 | 1 件の回答 | 0

1

回答

さらに読み込む