photo

Tyler


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
4 回答

ランク
13,507
of 300,765

評判
3

コントリビューション
8 質問
4 回答

回答採用率
37.5%

獲得投票数
3

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


targeting a single piece of data from an array
I have an array of values, 5 columns, 30 rows. Trying to get a min and max from the array, but all that gets returned is the who...

13年弱 前 | 2 件の回答 | 0

2

回答

質問


creating a table from an array or matrix
In the application i need, I want be able to display a table. It has 8 columns, 40 rows, and want to be able for it to display c...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


taking data from a matrix and summing to a new vector
Im trying to take the values from a matrix, say 8 columns and 40 rows, and take column 3, 4, and 5s data and sum it up for every...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


New Vectors from Old Array
I have a [50,6] set of data, and need to create two column vectors from it based on whether a piece of data in column 4 has a v...

13年弱 前 | 1 件の回答 | 0

1

回答

回答済み
User defined function wont work, syntax issue?
here is the User defined: function [Max_h] = Max_Height(v0, la, g) Max_h= -((v0.^2).*(sin(la)).^2)/(2.*g); here is ...

約13年 前 | 0

質問


How to enter 2 columns from an array into 1 input?
Loaded in a set of data containing 3 columns of info. column 1 is H (height) and 2 and 3 are measurements (say of R) where th...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
User defined function wont work, syntax issue?
these are the errors im getting still with the "." also i dont understand why it says undefined function or variable for v0 whe...

約13年 前 | 0

回答済み
User defined function wont work, syntax issue?
it is

約13年 前 | 0

質問


User defined function wont work, syntax issue?
function [Max_height] = Nheight(v0, la, g) Max_height = -(v0^2*sin(la)^2)/(2*g); not really sure what to do to fix it. C...

約13年 前 | 5 件の回答 | 0

5

回答

回答済み
displaying a description and variable value in the same line
nevermind, i got it. i had the \ mixed up with the / so the next line wasnt being created

約13年 前 | 0

質問


displaying a description and variable value in the same line
my knowledge isnt extensive in matlab, still a new user. what i am trying to accomplish is displaying a variables value afte...

約13年 前 | 2 件の回答 | 3

2

回答

質問


Labeling a Piece of Data
I imported a txt file which gave me two columns. Well the top left number needs to be give a label/name(need to display and labe...

約13年 前 | 1 件の回答 | 0

1

回答