photo

Codeshadow


Georgia Institute of Technology

Last seen: 2年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

1 質問
6 回答

ランク
3,000
of 300,863

評判
20

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Indexing a 3D Surface
You would need to pass in the x and y vectors as 2D arrays (think of it as XY coordinates for the surface). You can accomplish ...

5年以上 前 | 0

| 採用済み

回答済み
Calculating the Regression Coefficient
For simple linear regression in the least-square sense, you could do something like this: % Calculating the regression coeffici...

5年以上 前 | 0

| 採用済み

回答済み
a function that draws a plot and use an input for the filename of the plot
See below for sample code: close all % Initialize some data temperatures = rand(1,30)*35; plot_test(temperatures, 1); f...

5年以上 前 | 0

| 採用済み

回答済み
a function that draws a plot and use an input for the filename of the plot
You can use a sprintf command in your function as: saveLocation = sprintf(‘C:\Figure_%d.jpg’, figurenumber); saveas(gcf, s...

5年以上 前 | 0

回答済み
Echo effect to an audio recording
Since you are clearly looking to learn Matlab, I would recommend you try implementing the code yourself. For a start though, und...

5年以上 前 | 0

| 採用済み

回答済み
Outline the shape in the image
You could try using contourf and specify the contour levels as an input argument. For example: % Create an example mesh x = l...

5年以上 前 | 0

質問


Multidimensional Sparse Matrix Representation
I've been going through the forum archives for an efficient solution to multidimensional sparse matrix representation in Matlab,...

8年以上 前 | 1 件の回答 | 0

1

回答