Pregunta


multiple line plot inside a loop
Hello,I have built linear regression algorithms. but i cant see the final reult onle as shown bellow. is there a way to plot t...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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.

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

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

más de 6 años hace | 0

Pregunta


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

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Cargar más