Feeds
提问
Write a function that accepts a string cell array and classify sort in ascending order according to the alphanumeric order (this Implies that you should treat 'A' and 'a' as the same letter) ?
%% Program for alfanumerica clear all; clc; name = { } t = input('Enter the number of names you want:'); for i=...
8 years 前 | 1 个回答 | 0
1
个回答提问
Write a function that accepts a string cell array and classify sort in ascending order according to the alphanumeric order (this Implies that you should treat 'A' and 'a' as the same letter).
%% Program for alfanumerica clear all; clc; name = { } t = input('Enter the number of names you want:'); for i=1:t n...
8 years 前 | 0 个回答 | 0
0
个回答提问
Write a function in cell matrix that accepts a string Sort in ascending order according to the lexicographic order of the set ASCII characters (You can use the c_strcmp function for comparison if Want).?
This my homework I tried and I didnt solve :( Please can you help me ?
8 years 前 | 0 个回答 | 0