Feeds
提问
is it ok to have a function where the input is the output
i have a function where the "ebatt" is an array of numbers and every number of this array depends on it's predecessor : as it fo...
8 years 前 | 3 个回答 | 0
3
个回答提问
how can i turn a space caracters to commas
for example v = [5 8 12] i want a function to turn the spaces between vectors to commas like: v = [5,8,12]
8 years 前 | 2 个回答 | 0
2
个回答提问
How can i find the position of nearest number "x" in a matrix "a"
for example : a = [4 8 3; 22 12 45; 88 74 65]; x = 66; the nearest number is obviously 65 how can i find it's position? i nee...
8 years 前 | 1 个回答 | 0
1
个回答提问
why some variables on my gui program doesn't go to workspace
i made this GUI and it has some calculation and variables in it but these variables never go to workspace why? i tried the same...
8 years 前 | 0 个回答 | 0
0
个回答提问
i need a matlab commande or function that gives me the nearest number in a vector "V" to a number "x"
i need a matlab commande or function that gives me the nearest number in a vector "V" to a number "x" for example : x = 17; v...
8 years 前 | 1 个回答 | 0
1
个回答提问
how to read a specific element from an excel file ?
i want to read a specific element from a excel file named "try.xls" i tried this command : xlsread('C:\Users\Mahmoud\Desktop\...
8 years 前 | 2 个回答 | 0

