Alejandro Peñuelas
Followers: 0 Following: 0
Spoken Languages:
English, Spanish
English, Spanish
Feeds
답변 있음
How can i convert 160by1 column vector into 16by145 such that first column contain 1 to 16 and second column 2 to 17 and so on?
With a for loop you can iterate over the index you want to start each row of the new matrix. Something like this: % Original ve...
How can i convert 160by1 column vector into 16by145 such that first column contain 1 to 16 and second column 2 to 17 and so on?
With a for loop you can iterate over the index you want to start each row of the new matrix. Something like this: % Original ve...
4년 초과 전 | 0
답변 있음
Index in position 1 exceeds array bounds (must not exceed 1)
Using the debuging tool of matlab, the problem occurs in the following line: psR60_1=PnR60_1(sizeR60,1); %peso seco The reason...
Index in position 1 exceeds array bounds (must not exceed 1)
Using the debuging tool of matlab, the problem occurs in the following line: psR60_1=PnR60_1(sizeR60,1); %peso seco The reason...
4년 초과 전 | 0
| 수락됨
답변 있음
Too many input arguments.
Poly just accepts 1 parameter either a vector or a matrix, the 'x' in the poly function is the problem.
Too many input arguments.
Poly just accepts 1 parameter either a vector or a matrix, the 'x' in the poly function is the problem.
4년 초과 전 | 1
답변 있음
How does matlab normalize the mean square error?
This information is included with the documentation of mse function (here): ___________________________________________________...
How does matlab normalize the mean square error?
This information is included with the documentation of mse function (here): ___________________________________________________...
4년 초과 전 | 0
| 수락됨
답변 있음
subset the plot for the subset of x range
There is a built-in funtion included with the financial toolbox. 1) daysact - It can return the number of days between two dat...
subset the plot for the subset of x range
There is a built-in funtion included with the financial toolbox. 1) daysact - It can return the number of days between two dat...
4년 초과 전 | 0
| 수락됨
답변 있음
function or functions of a single variable
The problem you are not defining the function used in fplot as an expresion with an specific variable. You also are trying to us...
function or functions of a single variable
The problem you are not defining the function used in fplot as an expresion with an specific variable. You also are trying to us...
4년 초과 전 | 0
답변 있음
Create a vector of all the even positive integers smaller than or equal to 100 in decreasing order and save it into variable evens.
This is the basics of Matlab. Even though, % Create a vector from 100 to 2 decreasing by 2. evens = 100:-2:2;
Create a vector of all the even positive integers smaller than or equal to 100 in decreasing order and save it into variable evens.
This is the basics of Matlab. Even though, % Create a vector from 100 to 2 decreasing by 2. evens = 100:-2:2;
4년 초과 전 | 0
| 수락됨
답변 있음
obtener un area de una imagen
¿Lo que necesitas es recortar un área de una imagen inicial y poner esa misma área en otra imagen? Si es eso lo que necesitas, ...
obtener un area de una imagen
¿Lo que necesitas es recortar un área de una imagen inicial y poner esa misma área en otra imagen? Si es eso lo que necesitas, ...
4년 초과 전 | 0
답변 있음
Error while using JBIG compression.
Hi. Probably it is too late but this answer could be useful for other Matlab users. Specifically for this situa...
Error while using JBIG compression.
Hi. Probably it is too late but this answer could be useful for other Matlab users. Specifically for this situa...
4년 초과 전 | 1