![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11622526_1526949339936_DEF.jpg)
Kafayat Olayinka
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
241.083
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
80.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to remove first 19 rows from a multidimensional cell array
I have a multidimentional cell array, A(1by 4 cell array) Each cell contains A{1,1} has [100,10] A{1,2} has [100,11] A{1,3}...
más de 4 años hace | 1 respuesta | 0
1
respuestatabulate() is not working properly
price=[0,30,30,60,60,90]; tab=tabulate(price); output for tab: price count % 0 1.0000 ...
casi 5 años hace | 0
Pregunta
how to reduse the size of an array for meshgrid
I have dataset of x,y,z x=[1:13670]; y=[1:13670]; when i meshgrid x and y, [X,Y]=meshgrid(x,y); I recieved the following er...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to make a 1D become 2D and create a contourf plot
Let say: time=[1:10]; height=[100:100:1000]; temp=[273:1:282]; So as, i can plot(time,temp) and i can also plot(temp,heigh...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Error with find function in a for loop
Time, height, and temperature variable all have the same array size. I want find temperature at altitude greater than 6km. I als...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to make a boxplot of z(x)?
I have 3 dataset. Month, Height, Temperature. I was able to plot, scatter(month,height,10,temperature); I will like to know ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
adding multiple arrays into one big array
Hi, I have multiple array with different sizes such as A1=(200 by 3000),A2=(280 by 3020). I will like to create a zeros matrix...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
accumulate in multiple array
I have: Temperature profiles array for 5 days. such that, temp(heigth,day). however, there are multiple profile in some days wh...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
how to make two differnt size array into same
I have arrays: T1=(5160 by 1); Temp=(5160 by 1); T2=(6100 by 1); RH=(6100 by 1); I will like to plot these together. But fir...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
rearranging textfile that contains commas
Hi, I have a textfile that looks like the following. The text breaks at the end of the 25th typed space date,time,lat,long,alt...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I make multiple cell array sizes the same
I'm working with a cell array,time which has 1by4 cell. i.e time= 1 by 4 cell arrays. Each cell has differnt sizes. i.e time{...
alrededor de 6 años hace | 1 respuesta | 0