統計
MATLAB Answers
9 質問
0 回答
ランク
of 170,890
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
fill a sphere with points
Hello everybody, I have created a sphere of radius 0.02 with the function sphere, and now I want to fill this sphere with point...
約5年 前 | 0 件の回答 | 0
0
回答質問
distance between array and matrix
Hello everybody, I have a matrix P with size 3xN and another matrix T with size 3x480. The 3 rows that have the two matrix make...
約5年 前 | 1 件の回答 | 0
1
回答質問
make a function recursive (koch snowflake)
Hello everybody, I have this function to store the points of a koch snowflake and draw them. The problem is that I have done it ...
約5年 前 | 1 件の回答 | 0
1
回答質問
convert each character of an array to int
I have a char array like this '10000111101010110101' and I want to convert each 0 and 1 to int and obtain [1 0 0 0 0 1 1 ...]. I...
約5年 前 | 1 件の回答 | 0
1
回答質問
sound of a sequence of 0 and 1
Hello everybody, I have this pulse_sequence and I'd like to make it sound with the sound function and cosinus I have below. The...
約5年 前 | 1 件の回答 | 0
1
回答質問
identify lowercase letters, uppercase letters, numbers and spaces
Hello everybody, I have this code and I would like that in the cases of the switch identify if the character of a given sentence...
約5年 前 | 2 件の回答 | 0
2
回答質問
check if an array is equispaced
I am given a vector of numbers and I have to check if this vector has its samples equispaced or not. How can I do it without usi...
約5年 前 | 2 件の回答 | 0
2
回答質問
multiply an array of scalars by a 3D matrix
I have a vector 10x1 and a 3D matrix NxNx10, and what I want to do is to multiply every dimension of the matrix (the 10 of them)...
約5年 前 | 1 件の回答 | 0
1
回答質問
rearrange matrix elements randomly
I have a matrix and what i want to do is reorder the matrix elements/entries in a random order. for example if the matrix was : ...
約5年 前 | 2 件の回答 | 0
