photo

Russell Marki


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

File Exchange

3 Files

RANK
83,940
of 300,369

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
10,394 of 20,936

REPUTATION
58

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
349

RANK

of 168,436

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

  • Thankful Level 2
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Submission
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Submitted


Scrabble Solver
Solves a board of Scrabble. Impress your friends, confound your enemies.

5 years ago | 1 download |

5.0 / 5

Submitted


TableSet - a Tool to Make Tables in Matlab Figures
A partial replacement for uitable.

5 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


Plotting Tools
A set of plotting tools.

5 years ago | 1 download |

0.0 / 5

Question


Simplify doesn't simplify the way I want it to
Simplify doesn't combine factors in large expressions and will try to make an expression positive even at the cost of additional...

5 years ago | 1 answer | 0

1

answer

Answered
How do I get the most linear part of a curve?
I've done something that kind of works. n is the length of the window as a fraction of the length of input x and y vectors. An...

6 years ago | 0

Question


Suppress External Program Output with Start
I want the command prompt to never pop up but I need the program to run in parallel with other programs.

7 years ago | 1 answer | 0

1

answer

Question


Structure Indexing to Find Words
clear load('dict_perms.mat') dict=6; dict_perms=dict_perms{6}; dict_char=char(dict_perms+64); dict_size=length(dict_perms(...

7 years ago | 2 answers | 0

2

answers

Question


Compare two numeric cell arrays
I have two huge cells, a dictionary and a set of possible hands in scrabble. I want to compare the two and find what arrays mat...

9 years ago | 1 answer | 0

1

answer