photo

Apple


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
85,248
of 300,369

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers