Yang Liu
Followers: 0 Following: 0
A Matlab learner.
MATLAB
Estadística
CLASIFICACIÓN
207.926
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
0 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
10.149 of 20.234
REPUTACIÓN
59
EVALUACIÓN MEDIA
4.00
CONTRIBUCIONES
11 Archivos
DESCARGAS
18
ALL TIME DESCARGAS
407
CLASIFICACIÓN
16.571
of 153.912
CONTRIBUCIONES
0 Problemas
18 Soluciones
PUNTUACIÓN
291
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
dothistogram
Represents the counts of each individual value using dots.
5 meses hace | 1 descarga |
Enviada
PREP
Climate proxy representativeness calculation and visualization toolbox.
10 meses hace | 1 descarga |
Enviada
ncRearrange
Read data from NetCDF files and rearrange longitude and latitude dimensions.
11 meses hace | 1 descarga |
Enviada
s2g
Identify grid points in a 2D grid that correspond to given scatter points.
11 meses hace | 1 descarga |
Enviada
supercolorbar
Supercolorbar draws a user defined colorbar with various tick styles and end (extension) shapes.
casi 2 años hace | 4 descargas |
Enviada
rwl_read
Read Tucson decadal tree-ring measurement data (.rwl) and correct formating errors
casi 2 años hace | 1 descarga |
Enviada
donut3
Creates a 3-D donut chart with offset slices and custom labels using pie3 syntax and removing vertical edge lines in the same sl...
más de 2 años hace | 4 descargas |
Enviada
pcboundary - boundary lines of pcolor regions
Draw boundary lines of connected components plotted by pcolor function.
más de 2 años hace | 1 descarga |
limits of latitude - longitude
% if you just want to show data in specific extent, set the axis limit as follows after ploting all data ylim([-80 -50]) % if ...
más de 2 años hace | 0
Enviada
insertarray - insert data into a n-D array
Insertarray inserts an array at specific dimension and locations in a multidimensional array.
más de 2 años hace | 1 descarga |
Resuelto
Merge structs on fields
Merge a bunch of structs into one, containing the field names and corresponding values of all input structs. For duplicate field...
más de 2 años hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
más de 2 años hace
Resuelto
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
más de 2 años hace
Resuelto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
más de 2 años hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
más de 2 años hace
Resuelto
Undocumented MATLAB tricks No. 2 - Tell the parfor index
Your function is called in multiple for-loops, and the loop indices are given to your function. One of these indices are from a ...
más de 2 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 2 años hace
Resuelto
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 ...
más de 2 años hace
Enviada
condplot - Conditional line plot
Condplot draws a line that changes color depending on given thresholds.
más de 2 años hace | 1 descarga |
Resuelto
Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice. Ex...
más de 2 años hace
Enviada
donut - easily create a donut chart using pie syntax
Donut creates a donut chart with offset slices and custom labels.
más de 2 años hace | 2 descargas |
Resuelto
Matlab Basics - Pick out parts of a vector
Consider x a vector of length >= 7 (there are at least 7 elements in the vector, write a script that extracts the 2nd element, a...
alrededor de 3 años hace
Resuelto
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
alrededor de 3 años hace
Resuelto
We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...
alrededor de 3 años hace
Resuelto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
alrededor de 3 años hace