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년 전 | 답변 수: 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년 전
문제를 풀었습니다
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년 전
질문
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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0


