![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9260024_1522131838342_DEF.jpg)
Siti Suhaila
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
200.468
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.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
What are the compatible games software to work on Matlab function / libraries for education games?
I need to develop a game that able to call Matlab function/libraries simultaneously but I don't have any clue to choose any comp...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how to convert like : fisheriris data conversion from .csv to .mat
Below are the sample I get from matlab toolbox. How the fisheriris .csv that have 4 attributes converted into 2 variables (meas ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a load file with header and category?
Referring to fisheriris data set, I would like to create a Mat file that able to load in Matlab that comprises of numeric and a ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Error using horzcat: Dimensions of matrices being concatenated are not consistent.
Hello everyone, here is the partial code that creates above error: counter=1; accessRow=0; for r=1:length(m) access...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to sum value in rows from the previous rows
Hi everyone, How to add value from previous rows. Eg: sum[i} = 185+1 , sum{i}=186+197, sum{i}=186+197+159. until the end of the...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Extract the value according to the number of rows
Hello everyone, I need to extract or reshape the array value (cixd) so that the number of value is based on the num of rows(pic...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to insert a new row on top of the matrix with a different label and insert a new column at the end with the same label
Hello everyone, I need to create a new row on top of the 132x500 matrix that labeled with C1:C500 and then, a new column at t...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to count number of occurrence appear in a vector ?
Hello everyone, How to count the num of occurrence in a vector and display it followed with the column that represents the num?...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
split the 132x10 cells into 1x10 arrays
Hello everyone, I need to seek your guidance on how to split 132x10 cells into 1x10 arrays <</matlabcentral/answers/upload...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Extract 2 rows each to be stored in column.
A = [7 9 2 1 8 3]; for i=1:6 B{i}=A(1:2,:); end Hello everyon...
más de 7 años hace | 2 respuestas | 0