photo

Alexander


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Installing Matlab 2016a on Ubuntu
Hello, I am currently a new linux user and have recently gotten a new version of Matlab through the University of Houston. Howev...

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

0

respuestas

Respondida
Trying to create a natural log animation plot that shows the data points using the delay function
All credit to Jacob on stackoverflow clear all; clc; x = 1:0.2:100; y = log(x); DELAY = 0.0001; for i = 1:numel(x) c...

más de 8 años hace | 0

| aceptada

Pregunta


Trying to create a natural log animation plot that shows the data points using the delay function
I came across an interesting code yesterday that created a natural log plot that used the delay function to plot the points of t...

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

2

respuestas

Pregunta


How would I create my own 'unique' function without using the built in unique?
I understand that the built in Unique function is stating that whatever function you define as unique is the same data set but w...

alrededor de 10 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to suppress the ans in a user defined function
I have a function that identifies the max value of every column, then every row and the max value of the entire matrix itself. ...

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

1

respuesta

Pregunta


Find the average between values in a matrix
Suppose im given a 1 X n matrix called a and i want to find matrix b which will give the average value of every element of a and...

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

2

respuestas