Feeds
提问
Problem evaluating OR operator
I have what should be a simple problem, but after being stuck for a while, I dont know how to solve it. Answer = '1'; if Ans...
3 years 前 | 1 个回答 | 0
1
个回答已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
5 years 前
已解决
Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.
5 years 前
提问
Obtaining the name of a image when clicked GUI
I have a bunch of images with a callback function assigned to them. Is it possibe to determine which image was clicked (the name...
5 years 前 | 1 个回答 | 0
1
个回答提问
Problems with creating a dynamic struct with num2str
for i = 1:9 M.[num2str(i)] = zeros(3,3); end This gives me error, I have never really understood the syntaxis of num2str ...
5 years 前 | 1 个回答 | 0


