photo

Samuel Davies


Griffith University

Last seen: 5년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
0 답변

순위
151,995
of 300,779

평판
0

참여
6 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
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

답변