photo

Apple


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
233.632
of 300.364

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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_...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 2 risposte | 0

2

risposte