photo

Apple


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
188.165
of 300.381

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.941

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.477

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

Ver por

Pregunta


vector product and sum not working
I have a function that I have created that does a lot of calculations with a single random vector. function [ vec_below_12_...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


graph window is blank
I've been trying to make a graph but everytime I tried it kept coming up blank. to check it wasn't my code I ran a simple bit o...

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

1

respuesta

Pregunta


how to multiply certain numbers in a matrice
if have a matrice A=[1,5,4;3,1,5;6,3,1] But I want to multiply only certain numbers for example A=[2,5,4;3,2,5;6,3,2] how do ...

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

2

respuestas

Pregunta


not enough input arguments (function created for vectors)
I've created a script that creates 10 random vectors between 1 and 100 and the function I have below is supposed to count how ma...

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

1

respuesta

Pregunta


cant get my function to give two outputs
I have this function I created (new to Matlab so it's basic). function [y, z] = multi(a, b) y = mod(a + b,1); z = mod(a + 2...

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

2

respuestas