Feeds
提问
Converting hexadecimal to decimal in base 10 using a loop (not function hex2dec)
I am running the following code and it is only working when I plug in either just numbers or just letters, but I cannot get it t...
7 years 前 | 3 个回答 | 2
3
个回答提问
index exceeds array bounds error
I have a list of numbers in an array and I need to sum them up based on a condition. The program needs to add numbers in particu...
7 years 前 | 1 个回答 | 0
1
个回答提问
Why am I returning NaN with str2double?
for example, i set: x = 3 x = str2double(x) and I get a return of NaN. The return should be 3. What am i doing wrong?
7 years 前 | 1 个回答 | 0
1
个回答提问
How do I use the strsplit function to split a sentence into a string of letters?
y = strsplit(sentence,{''},'CollapseDelimiters',true); I need to find something to set as a delimiter that will split the sen...
7 years 前 | 3 个回答 | 0
