photo

Tyler


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
4 个回答

排名
13,507
of 300,763

声誉
3

贡献数
8 个提问
4 个回答

回答接受率
37.5%

收到投票数
3

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0

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

13 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答