Feeds
提问
For an assignment I need to create a function that creates a graph using data from an imported excel file.
The file has two columns in which the first entry in each column is a string. The first column should be used for x-values and t...
7 years 前 | 0 个回答 | 0
0
个回答提问
I am creating a function that alphabetizes an array of strings. It is close to finished but some of the strings are out of order. Any help with fixing it?
I have been working on it more. This is what i have function sortedarray=sortWordsUpd(array) sortedarray={}; while ~isempty...
7 years 前 | 1 个回答 | 0
1
个回答提问
I need to create a function that sorts two strings into alphabetical order. any help?
function less=isLess(worda,wordb) %input: %worda, wordb = two strings %output: %less = true if worda is before wordb. False ...
7 years 前 | 1 个回答 | 0