photo

fima v


Last seen: 7일 전 2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 4

배지 보기

Feeds

보기 기준

질문


ploting vectorial expression in 3D question
Hello,I have the formula and photo shown below. Is there a way to do a similar plot in matlab (if vectorial arrows is possible ...

8일 전 | 답변 수: 1 | 0

1

답변

질문


nexctracting data from overlapping plots in a photo
Hello , In the attached photo I have two plots one on top the other. Is there a way to extract the data of both plots? Thanks....

24일 전 | 답변 수: 0 | 0

0

답변

질문


shifting a column in Matlab of CSV
Hello , I have two CSV files attached in ZIP format.one of the colums is from -1 to 1. Is the a way in matlab to import the CSV...

26일 전 | 답변 수: 2 | 0

2

답변

질문


converting and shifting photo from osciloscope
Hello, I have an osciloscope photo attached.As you can see I have two signals going from -1ms to 1ms. Is there a way In Matlab ...

26일 전 | 답변 수: 2 | 0

2

답변

질문


extracting table data from a plot picture question
Hello,I have many plots like this in the data sheet. there is a java tools which manually allow to extract the data of each plo...

대략 1개월 전 | 답변 수: 2 | 0

2

답변

질문


Matlab logic of plotting meshgrid formula
There is a code which uses meshgrid which is basicly doing all combination of one vector with the size of the other vector and v...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


optimization problem for exponential coefficients
Hello , i have the attached code which produces certain radiation pattern shown below. basicly in matlab view its AF,theta plot...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


inverse FFT for recreating radiation pattern
Hello,I have created a code which created the plot below. The heart of the code is the AF expression.(array factor) I want to do...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


recreating in matlab Butterworth Filter filter response
There is a manual which presents a filter response. In the video they present a formula and a plot of the response. However when...

10개월 전 | 답변 수: 2 | 0

2

답변

질문


fit S11to poles and zeros like in the article
Hello,In the article bellow they refer to a method of converting s1p file (attached as text into a pole zero model . could you ...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


recreating coupler responce plot numercly question
Hello,There are tables as shown bellow. each number is the even impedance coefficient for example for z1: Z1_even=1.0183450=50....

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


gradient arrows plot in matlab
Hello, the code bellow creates a shape as shown bellow.How ever i would like to convert this plot into gradient arrows shape as...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


recreating roots of a derivative of bessel funtion of first order
Hello , i want to recreate the root table which are the derivative of a bessel function of the first order. i think besselj(nu...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


recreating mesh grid plot of polar formula
Hello,i want to recreate the photo shown bellow in matlab. I have tried to build it as follows but i get a rectangular surface ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


recreating nyquist regions using FFT
Hello,Using code bellowI have sampled a signal and made FFT to see the spectral picture of the time domain signal. the plot bell...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


question regarding ploting a table as a surface
Hello, i have the following EM field shown bellow, i have extracted the field into a table attached as zipped txt and a printscr...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


link to a figure of matlab
Hello , i have a matlab code that creating a figure, Its very problematic for me to do snipping tool print screens and put then...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


question regarding sum(m,3) command
hello, i have a three dimentional matrices m. output of sum(m,3) return a two dimentional matrices. What kind of summing being...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


converting vector result into matrices for surf command
Hello,in a program there is feald on aplane shown bellow. the field data was exports and i am trying to recreate this fiels in ...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


special data tip in matlab
Hello i have a figure with multiple plots i want to make a data tip line as shown bellow. so the points of intersectionof the r...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


problem running optimization SOLVE function in matlab
Hello, I am trying to run an optimization so i get my S function at some biunds as shown bellow. I got the error from the optim...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


optimization of a function with array of parameters using matlab solver ga
Hello, i i am trying to optimize function S, so it will get values between 0 and 10 using its E_opt parameter coefficients whic...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


help using matlab solve ga function for optimization of non linear expression
Hello , i have this non linear function called "h" shown in the code bellow. I want to optimize k1, k2 ,a ,b parameters so th...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


optimization of a function using optiminzation toolbox commands
Hello,I have built a function in the code shown bellow.The function is plotted as follows. my goal is to lower the lobe at X=-2...

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


find angle of propagation in matlab
Hello, I have a matrces with values which when they are ploted the give a plot as attached. red is high values green is low va...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


vector partial derivative of a two variable function
Hello i have the following function which is dependant on two variables. Is there a way to find the vector of the derivative wi...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


highting single plot among lots of plots on the same figure
Hello,I have a figure with 10 plots mingled together. my legend consists of 10 items . Is there a way in MATLAB where i could ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


filtering excel commands in matlab
Hello, i have the attched file . i want using script command to extract the table and filter the rows of the table where the do...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


understanding fscanf reshape combination in reading a file
Hello, i have the following attached file where i have 3 subtables. after running the code bellow ,i am trying to understand th...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


command strategy for converting the following multi table text file into matlab array
Hello , I have the following attached file. i need to create in the most effiecient code way. i have a table i need to skip tw...

2년 초과 전 | 답변 수: 2 | 0

2

답변

더 보기