photo

Jonathan


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
3 回答

ランク
5,363
of 300,753

評判
9

コントリビューション
12 質問
3 回答

回答採用率
83.33%

獲得投票数
8

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Creating an HDF5 dataset
Hi, I am trying to create a .h5 file containing an HDF5 dataset. I am having trouble creating the HDF5 dataset. I want to the ...

13年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Generating more "edges" randomly
I figured it out myself. Here is the code: clear all numNodes = 100; numEdges = 250; edgeStart = zeros(numE...

13年以上 前 | 0

| 採用済み

質問


Generating more "edges" randomly
I created the code below to generate a matrix (m) with two columns (edgeStart and edgeEnd) that contain 100 random integers each...

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

1

回答

質問


Redirecting Command Window output to stdout using mlcaller, error
I am trying to redirect the Command Window output to stdout and stderr when running MATLAB in batch mode. I found this link that...

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

1

回答

質問


Redirecting Command Window output to stdout using tail
I am trying to redirect the Command Window output to stdout and stderr when running MATLAB in batch mode. I am trying to achieve...

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

1

回答

質問


Warning: Name is nonexistent or not a directory
Every time I start up MATLAB, I receive this message: Warning: Name is nonexistent or not a directory: C:\POSTDOC\vlfea...

13年以上 前 | 11 件の回答 | 6

11

回答

回答済み
Cell
Creating cell arrays in MATLAB is similar to creating arrays of other MATLAB data types like double, character, etc. The main d...

13年以上 前 | 0

回答済み
Cell
You can use the cell function, for example: C = cell(3,4,2) OR you can use the {} operator, for example: C{3,4,2} = [ ]. B...

13年以上 前 | 1

質問


Adding up sizes of cell arrays
Hi, I am wondering how to add up the sizes of cell arrays for each "class." The "classes" are part of a loop. I need to be abl...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


Writing a text file with information from a data file
Hi, I need to be able to take a .dat file that contains 5 strings of the filenames of .jpg images, and out put a .txt file that ...

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

1

回答

質問


Reading a .dat file with textread
How do you read .dat file that contains 5 .jpg images in it using textread? Also, how do you output the filenames?

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

1

回答

質問


Unknown Error
This code gives me a sound vector and Fs scalar from a .wav sample and plots the waveform and power spectrum: function [sou...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


storing data from function
Hi, I have this code in my function file: [sound, freq] = wavread(file) and for some reason sound and freq are not being s...

13年以上 前 | 2 件の回答 | 1

2

回答

質問


Guitar synthesis
I was researching how MATLAB analyzes sine waves and is able to play sound, and I thought it would be a really cool project to t...

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

1

回答

質問


calculating maximum error
I created an vector in matlab that represents an object moving at a velocity v(t) = 5 + 7*t^2 starting from the position x(2) = ...

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

1

回答