photo

Samuel Davies


Griffith University

Last seen: 5年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
151,995
of 300,759

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I want to define my function in this manner but how do I get it to work?
function [xstruct,ystruct,zstruct,csvData] = JoinStruct(1,2) tic; % Input 1 must be named one of {SLB,AB,CCB,DCB,YJS}; ...

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

1

回答

質問


How to assign a string with a value in repmat?
I have a value, A = -1. I want to use repmat as so: B = repmat('A',1,2); but this gives me [A,A] and not [-1,-1] as I wa...

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

1

回答

質問


How do I assign a column of a matrix as another matrix?
Hi, I want to assign columns from a matrix A(row,col), with an arbitrary number of rows and cols, as matrices themselves. I assi...

10年以上 前 | 3 件の回答 | 0

3

回答

質問


How to import hex values from text file?
Hi, I have a text file of hex values in the format of '3D 3D 3D 3E 41' etc.. and want to import to a matrix in order to use insh...

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

1

回答

質問


Why do I get this error in the code?
So I put this code in from an example, http://au.mathworks.com/help/matlab/ref/colormap.html, and changed the surf to mesh. I ge...

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

1

回答

質問


How do I generate a 3D mesh plot in topdown view from my script file?
1. I have generated a 3D plot from a mesh. When I run the script the plot is in an isometric view and I have to manually type in...

10年以上 前 | 0 件の回答 | 0

0

回答