Andrea
自 2012 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how to change value of xlswrite array using one-item vector
Hi everyone! I was wondering if it is possible to have "flexible" array number using xlswrite in MATLAB? This is what I ha...
13 years 前 | 1 个回答 | 0
1
个回答已回答
make column in a matrix: 1,1,1,2,2,2,3,3,3 etc
Thank you everyone! Lots of great solutions. I ended up using the one Jos suggested, but I'm very grateful to you all! :)
make column in a matrix: 1,1,1,2,2,2,3,3,3 etc
Thank you everyone! Lots of great solutions. I ended up using the one Jos suggested, but I'm very grateful to you all! :)
13 years 前 | 0
提问
make column in a matrix: 1,1,1,2,2,2,3,3,3 etc
Hi, I'm trying to create a matrix A(21,4). In the second column I want to insert the numbers 1,1,1,2,2,2,3,3,3 etc until the ...
13 years 前 | 6 个回答 | 0
6
个回答提问
insert numbers 1-21 in rows 1-21 of a column
%I don't understand the difference. This works fine: imageInformation = zeros(21, 4); imageInformation(:,1) = re...
13 years 前 | 1 个回答 | 0
1
个回答提问
Create a loop which fills numbers 1-7 into matrix until matrix length reached
This is gonna be an easy fix I'm sure. I have a matrix(21,4), and in colum 2 I would like to insert the numbers 1-7 so that they...
13 years 前 | 2 个回答 | 0
2
个回答提问
imshow command not found
Problem: >> help imshow imshow not found. %imshow does not appear to be present in my MATLAB program. It was recently i...
13 years 前 | 1 个回答 | 0
1
个回答提问
HELP I'm a complete beginner! Is it possible to create a loop within a function?
Hi! I'm a complete MATLAB beginner and have been stuck with this problem for the past 48 hours. I have a variable "templates...
13 years 前 | 1 个回答 | 0
