photo

Hayden Garmon


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Non-Parametric Tolerance Interval - Equivalent to Minitab
Does anyone know if there is a MATLAB function for Non-Parametric Tolerance Intervals, similar to the one that Minitab has? Outp...

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

1

답변

질문


Simulink - Variable Size
Within my simulink model I have the following function, which defines my PWM Duty Cycle: function DutyValue = fcn(u,StepTime,S...

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

1

답변

답변 있음
fill column elements with the column number?
m=5;% m is length of columns n=4;% n is number of columns for i =1:n A(:,i)=ones(m,1)*i ; end A = 1 2 ...

거의 4년 전 | 1

| 수락됨

답변 있음
Scatter Plot Vectors of Different Lengths
Does this work? vec1= [ 33, 43, 45, 34]; vec2= [ 44, 47, 43, 48, 49, 46]; vec3= [ 54, 47, 56, 57, 49] ; plot(ones(1,length...

거의 4년 전 | 1

| 수락됨

질문


How to write a for loop to populate a powerpoint slide deck?
import mlreportgen.ppt.* slides = Presentation('Waveform Plotting'); add(slides,'Title Slide',1); contents = find(slides,...

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

1

답변

답변 있음
How can I create a vector with constrains on Matlab?
Does this work for you? % b=combnk(1:46,40); if you want to make many vectors, run a for loop with rows from this b=1:40; % ...

거의 4년 전 | 0

질문


Extracting Numbers from a mixed string
Hi! I would like to know how to extact the numbers from this string, such that: a = [ 3.00, 3.1390 , 0.0070, 1160] b = ...

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

2

답변

질문


Reading multiple values from an n*1 cell array.
I am trying to convert an n*1 cell array into an n*5 matrix of doubles {'3.748 2.858136 21.447754 13.853117 -9.113155'...

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

1

답변