photo

mars


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
183,150
of 300,759

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Help with plotting a specific point on a graph
I am pasting the function I am working on below. I added to it - just the part where the optimal h for backward difference is ca...

9 years ago | 0 answers | 0

0

answers

Answered
How do I use a struct as a function input?
rulesParsed = repmat(struct('before', {} ,'after', {} ), 2, 10); ruleTracker = 1; for i=1:length(rules)/2 if (mod...

9 years ago | 0

| accepted

Question


How do I use a struct as a function input?
I have a function that accepts up to 4 strings(they are 'rule1Before, rule1After, etc.' below) and in the the function these str...

9 years ago | 2 answers | 0

2

answers

Question


How do I replace/manipulate characters in a string? Specifically integers in a string...
If I have a string like axiom = 'F18-F4+F'; I need to manipulate the string so that it reads as follows: F------------------F++...

9 years ago | 1 answer | 0

1

answer