Community Profile

photo

rockstar49


2020년부터 활동

통계

  • First Answer

배지 보기

Content Feed

보기 기준

질문


Create power map of motor using xlxread ie Speed Torque and Power
Hi, I like to create something like this https://www.mathworks.com/matlabcentral/answers/44515-how-to-plot-efficiency-map...

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

1

답변

질문


Like to have input user command for cases
Like to ask user either enter 1,2,3 for a set of commands and then based off user unput, do a specific commands for ...

9개월 전 | 답변 수: 3 | 0

3

답변

질문


Read notepad into a variable
Hi, Id like to read a notepad file row and make that into a variable txt{6}(1:end-1)=File(cals,txt{6}(1:end-1)); (says Convers...

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

2

답변

질문


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?

대략 1년 전 | 답변 수: 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

1년 초과 전 | 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...

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

2

답변

답변 있음
Find max value in polyfit
this almost worked, however recieved this error for the last line

1년 초과 전 | 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...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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 ?

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

1

답변