Community Profile

photo

Eth


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

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


How to evaluate a function that has been saved to a variable
I have a function: f = @(x) 2*tanh(x/2) I'm taking the 1,2,3 derivatives of d1 = diff(f(x)) d2 = diff(f(x),2) d3 = diff(f(x...

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

2

답변

질문


writetable with spaces on header
I have a table: T LastName Age Smoker Height Weight BloodPressure _________ ___ ______ ______ ...

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

2

답변

질문


deleting all rows from a table that contain a string
I have the following table T: LastName Age Smoker Height Weight BloodPressure _________ ___ __...

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

2

답변

질문


adding a blank row after a populated row on a Table
From the MATLAB Table examples: LastName = {'Sanchez';'Johnson';'Li';'Diaz';'Brown'}; Age = [38;43;38;40;49]; Smoker = logica...

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

1

답변

질문


sin(x)^2
How to expand a function like sin(x)^2 to output 1/2*(1-cos(2*x))? I tried expand(sin(x)^2) but it returns the same.

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


How to fill a UItable with parsed string data
I'm reading the contents of a text file that are formatted as follows: fid = fopen(o.names{1},'r'); data = textscan(fid, '%s...

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

0

답변