photo

Sam Smith


Last seen: 約4年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

16 質問
1 回答

ランク
10,812
of 300,863

評判
4

コントリビューション
16 質問
1 回答

回答採用率
81.25%

獲得投票数
2

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Categorising coordinates into a table
Say I have cell column C of size (n,1), and in each entry are two row vectors A_i and B_i (for i=1,2,...,n) of the same length m...

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

1

回答

質問


Specifying the iteration range for 'for' loops
Say I have a matrix of size 5-by-5. I want to sum the elements in the rows, but I don't want to sum from the first column all th...

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

2

回答

質問


Get list of webpages with a certain URL
Is it possible to use Matlab to get a list of all webpages with a certain URL? Say I want all webpages that begin with https:/...

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

1

回答

質問


Interp1 on a cell array
I have a cell array that contains some numbers and empty spaces, say A=[ , ,4,5,6,7,,,8,,5, , ,] I want to interpolate A using...

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

3

回答

質問


Looping through times, stop once I reach a certain number
I have a list of times in a column, in HH:MM:SS. I want to go through each of these times, after converting them to seconds, and...

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

1

回答

質問


Sorting cell array containing alphanumeric text
I have a cell array, a column of which consists of alphanumeric text such as 3. Item 3 2. Item 4 5. Item 5 I want to sort th...

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

1

回答

回答済み
List all and only files with no extension
I found that dir(foldername,'*.') works too.

約7年 前 | 2

質問


Local functions. Appending results of looping to previous variable; creating separate variable for each loop.
I have a local function that returns two variables, say [icke,data]=localfunction(x). I am using a for loop to apply the local f...

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

1

回答

質問


List all and only files with no extension
How do I list all files in a folder without any extension?

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

3

回答

質問


Assigning matrix values using lists of 2-way coordinates
I have a set of 2-dimensional coordinates in [row, col]. I want to assign a value to a matrix for those coordinates. Say row=[5,...

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

3

回答

質問


Changing a CSV file while keeping it readable by MATLAB
I have a CSV file (see attached) that I want to make alterations to, but I want to save it in the same format that it's already ...

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

2

回答

質問


Extracting sub cell arrays from a cell array
Suppose I have a 10-by-1 cell array consisting of ten 1-by-7 cell arrays. How do I extract the sub cell arrays to get a 10-by-7 ...

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

1

回答

質問


Can .p files expire?
I tried to use a .p file, but it says "Program expired - contact author for renewal". Does this mean that it expired at a certai...

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

1

回答

質問


mkdir with multiple subfolders that are variables
I want to create a subfolder with mkdir where the subfolder names are variables. As in sub='first' subsub='second' s...

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

2

回答

質問


Referring to other variables in a variable
Say I have a variable that contains a string array: date='1 October 2018' I want to create a new variable containing that ...

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

1

回答

質問


Variables: set characteristics (weight, colour) for different objects without having to do all manually
I have a list of football teams, and certain characteristics about them, such as how many goals they have scored at home and awa...

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

2

回答

質問


Matrix elements where row index higher than column index
I have a m by n matrix, say 10 by 10. I want to sum all the values where the row index is higher than the column index. So I wan...

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

1

回答