Statistics
6 Questions
0 Answers
RANK
29 077
of 295 569
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
1
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
writetable with spaces on header
I have a table: T LastName Age Smoker Height Weight BloodPressure _________ ___ ______ ______ ...
mer än 5 år ago | 2 answers | 0
2
answersQuestion
deleting all rows from a table that contain a string
I have the following table T: LastName Age Smoker Height Weight BloodPressure _________ ___ __...
mer än 5 år ago | 2 answers | 1
2
answersQuestion
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...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
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.
mer än 5 år ago | 3 answers | 0
3
answersQuestion
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...
nästan 6 år ago | 0 answers | 0