Russell Marki
Followers: 0 Following: 0
Feeds
提问
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...
4 years 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
5 years 前 | 0
提问
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.
6 years 前 | 1 个回答 | 0
1
个回答提问
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(...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
8 years 前 | 1 个回答 | 0