photo

Millone


none

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

Just starting with Matlab

统计学

All
MATLAB Answers

6 个提问
0 个回答

Cody

0 个问题
7 个答案

排名
147,772
of 300,781

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
48,192
of 171,031

贡献数
0 个问题
7 个答案

评分
80

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Error in reading a dat file
I am trying to read a binary file that was written as following: if success== true [row,col,v] = find(A); row...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Make matrix from input size
I have an input of zeros n x n and I would like to output a matrix with an index like this: function [ out ] = test3( mat...

10 years 前 | 3 个回答 | 0

3

个回答

提问


Find multiple true in same row
I am trying to detect if there is more than one true in the same column of a matrix: A=[1 0 0; 1 0 0] r= sum(A,2); ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix with Bell Triangle
I need to reshape a portion of a matrix computed with the values of a bell triangle where n is the number of rows of a matrix. ...

10 years 前 | 4 个回答 | 0

4

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

10 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

10 years 前

已解决


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

10 years 前

提问


Persistent variable buffer size
I need to make a persistent variable that can take maximum x scalars. After x is reached the oldest scalar stored gets out and t...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to check for empty matrix, scalar and vector without builtin functions
I am lost on this. How do I check for empty matrix, scalar or vector without using these builtin functions: isempty, isscalar, a...

10 years 前 | 1 个回答 | 0

1

个回答