photo

Alexander


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

8年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

8年以上 前 | 0

| 採用済み

質問


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

8年以上 前 | 2 件の回答 | 0

2

回答

質問


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

約10年 前 | 3 件の回答 | 0

3

回答

質問


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

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年以上 前 | 2 件の回答 | 0

2

回答