photo

Nikola


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
240.039
of 301.172

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.183

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.200

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 1

Ver insignias

Feeds

Ver por

Pregunta


element wise multiplication (beginner)
c=[1 2 3 4 5 6 7] and d=[11 ;12 ;13;14;15;12;22], f=c.*d wouldn't do the job. I got this: "Error using .* Matrix di...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


xlswrite() problem with writing file
function [ A ] = SaveFile( B ) A=[]; for i=1:size(B,1) if sum(B(i,:))>10 A=[A;B(i,:)]; end end notepad=[pwd '\asd....

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

1

respuesta

Pregunta


Newbie help for matlab
*how do i write a function that has two 3x3 input matrices and in output it gives new matrix that contains the rows of the input...

más de 11 años hace | 2 respuestas | 0

2

respuestas