![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17753676_1583732431208_DEF.jpg)
Umut Oskay
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
167.447
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
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
making upper case character with respect to the indexes
indxC = [1,7]; s ='hello world'; i want s to be 'Hello World' with using the indxC. The indexes of c should be upper case in t...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
using sprintf instead of fprintf
ı want to use sprintf because of the good properties of the sprintf.It doesnt print to command window. Somebody said use fprintf...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
about strings properties issstrprop
s= input('s: '); isstrprop(s, 'alpha') i wrote this code and it doesnt work. .How should i write. if i right Hello1234 as a in...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
about easy logic operators
A=[2 4 10 9 24;3 5 56 -1 7]; for i = 1: 5 if A(1,i) && A(2,i) < 0 % if 9 && -1 < 0 fprintf('Invalid dimension.The...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
generating a matrix with 2 coordinates
m = input('Enter a number of row (m):'); % Number of rows n = input('Enter a number of columns (n):'); % Number of Columns M...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
how to find the position of in the matrix without using the neither find nor built in functions.
i have a matrix with the size of m x n . I found the min and max with the multiple for loops in the matrix without using any b...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
finding the position of the minimum element in the matrix
hello. i need to know the position of the minimum element of the matrix. For example M= [1 5 7; 2 4 5 ] M= 1 5 7 2 4 5 th...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
defining a method, the purpose of the brackets
while we are defining a method we write like this function [ ] = methodsName () statement or statements end what are the pu...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
the purpose of %f
i know what %d is but i want to know what is %f and is there any difference between %d and %f?
casi 5 años hace | 2 respuestas | 0
2
respuestas2
respuestasPregunta
The mean value for a first column in a matrix
i have 6x3 matrix and i want to calculate mean value of first column without the second and third one
casi 5 años hace | 0 respuestas | 0