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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
1
답변질문
Error using handle.handle/set
Hello, I would like to know while when executing this code: N=4; % # of ...
11년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 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...
11년 초과 전 | 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...
11년 초과 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
