Feeds
提问
Create a matrix from 2 vectors
I have a vector A =[ 1;3;1;4] and a vector B = [ 8,9,9,6]. The values of A must increase one by one till reaching the value spef...
9 years 前 | 2 个回答 | 0
2
个回答提问
Replicating a vector while summing an increasing value
I have this vector: a = [ 7 8 9 7 8 9]; and I would like to obtain the following vector: b= [ 7 8 9 7 8 9; 17 18 19 17 18 19;...
10 years 前 | 3 个回答 | 0
3
个回答已回答
working with multiple matrix avoiding "for"
Thank you for the answers, they were very helpful! Jose
working with multiple matrix avoiding "for"
Thank you for the answers, they were very helpful! Jose
11 years 前 | 0
提问
working with multiple matrix avoiding "for"
I have 253 vertically pasted matrix of size 221x431 (final dimensión of 55913x431). I would like to calculate the coefficient of...
11 years 前 | 3 个回答 | 0
3
个回答提问
overlay with a mask image
Hello, I have the following code which shows an image called "zero", I would like just to overlay a mask image (only 0 and 1 val...
11 years 前 | 1 个回答 | 0
1
个回答提问
Error using handle.handle/set
Hello, I would like to know while when executing this code: N=4; % # of ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Problem using shapefile in matlab
I'm working with the free m_map toolbox for the first time. I would like to overlay an image with a vector (shape file) "clip" b...
11 years 前 | 2 个回答 | 0
2
个回答已回答
Problem using shapefile in matlab
Thank you for your answer,I don't have any idea why this happens, an example of the data: M = version: 1000 ...
Problem using shapefile in matlab
Thank you for your answer,I don't have any idea why this happens, an example of the data: M = version: 1000 ...
11 years 前 | 0
已回答
Export a matrix to the tif format without rescaling
I assume there is no solution for this problem, it's a pity that matlab can not give a satisfactory answer to such an easy probl...
Export a matrix to the tif format without rescaling
I assume there is no solution for this problem, it's a pity that matlab can not give a satisfactory answer to such an easy probl...
12 years 前 | 0
| 已接受
提问
Export a matrix to the tif format without rescaling
I would like to know how to export a matrix to the tif format without rescaling, conserving the same values of the matrix withou...
12 years 前 | 1 个回答 | 0
1
个回答提问
Problem save
Hello, I have a very simple question. I want to save a variable of the workspace as an ascii file. I make the following request ...
15 years 前 | 2 个回答 | 0
