Community Profile

photo

fima v


Last seen: 2 giorni fa Attivo dal 2017

Statistiche

  • Thankful Level 4

Visualizza badge

Content Feed

Visto da

Domanda


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

4 giorni fa | 1 risposta | 0

1

risposta

Domanda


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

5 giorni fa | 0 risposte | 0

0

risposte

Domanda


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

3 mesi fa | 2 risposte | 0

2

risposte

Domanda


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

8 mesi fa | 0 risposte | 0

0

risposte

Domanda


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

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

10 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

10 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

10 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


problem representing a shape using several spectral elements in IFFT
Hello ,i have a step function described by the following code. i have tried to represent the shape using ifft by 8 elements. ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


how to find specific variable values for solving equation system
Hello,i have the following equation system. is there a way in matlab to find P1..P6 values so pr(2)=pr(1)+5 pr(3)=pr(2)+5 e...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


adding constaints to fmincon code
hello,i have wrote the following code for optimization. how do i add the following constraints that my fmincon will run so tha...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


use of optimization constraint mask in matlab fmincon or similar
Hello, I know that fmincon uses expressions for describing constraints . but i want my optimization function to use a value ma...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


app designer painting circles and arrows
Hello, i am trying to build an app with lots of fields. but i want to circle some of them. and put arrows between fields, is ...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


matlab app screen too large
hello when i build an app with lots of fields and i expand the screen app to the bottom side, when i press play i get my applica...

circa 2 anni fa | 0 risposte | 0

0

risposte

Carica altro