photo

Marco Nashaat


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
0 Respuestas

CLASIFICACIÓN
156.748
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Saddle points of a 2D matrix
the problem I'm working on is to find the saddle points of a matrix and now I'm trying this ... * nested loop to check every ...

más de 5 años hace | 10 respuestas | 0

10

respuestas

Pregunta


help with max function
[Max,index]=max(matrix,[ ],2).... Iam using this syntax to find the maximum value of every row but in case of two equal maximum...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Text file i/o problem....I always get 0 with charnum ...whats the problem with the code??
function charnum=char_counter(fname,character) fid=fopen(fname,'rt') if fid<0 charnum=-1; return; end if fid ~=0 && ischar...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why the function doesnt work with('1234')??!
function coded=caesar(str,shift) a=double(str); counter=1; coded=zeros(1,length(str)); for i=[1:length(str)]...

más de 5 años hace | 1 respuesta | 0

1

respuesta