
rockstar49
2020 年からアクティブ
Content Feed
質問
Multiply structure by a constant
Like to multiply a structure with fields by a constant, but it giving an error. Is there another way to do this?
27日 前 | 2 件の回答 | 0
2
回答回答済み
Bode Plot options to graph
HI this solution works as well but is there an option to do it this way h = gcr setoptions(h,'FreqUnits','Hz') etc
Bode Plot options to graph
HI this solution works as well but is there an option to do it this way h = gcr setoptions(h,'FreqUnits','Hz') etc
4ヶ月 前 | 0
質問
Bode Plot options to graph
Id like to have absolute gain as it generates the plot instead of having to do it manually. I was able to change frequency fr...
4ヶ月 前 | 2 件の回答 | 0
2
回答回答済み
Find max value in polyfit
this almost worked, however recieved this error for the last line
Find max value in polyfit
this almost worked, however recieved this error for the last line
5ヶ月 前 | 0
質問
Find max value in polyfit
Like to find the max value of this polyfit tmp1=abs(FRF); q1 = polyfit(f(f>0 & f <50),tmp1(f>0 & f <50),4); z1 = polyval(q1...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
turn plot into a polyfit or polyval
Like to make this into polyval or polyfit so the points smooth out any noise tried to use code, but seems it does not like taki...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Make polyfit instead of plot
Hi, id like to make this into a polyfit instead of a plot. % Plotting of FRF fig = figure(1000+p);p=p+1; set(fig, 'WindowSty...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
Driving Scenario Designer: How to make EgoVehicle Stop using Camera or Radar
Hello, I am new to matlab driving designer scenario and was looking to create a simulation where an actor would sense an object...
約2年 前 | 1 件の回答 | 0
1
回答質問
Multiple specific elements in an array
I have a matrix [a b c d e f g]. I want to sum [2*(a + b) + 3*(c+d) +4*(e+f)]. How do i go about doing this ?
3年弱 前 | 1 件の回答 | 0