photo

daniel.x16


2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Statistics

통계

MATLAB Answers

8 질문
4 답변

순위
6,295
of 300,780

평판
8

참여
8 질문
4 답변

답변 채택
100.0%

획득한 표
4

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Subscript indices must either be real positive integers or logicals- Size() Function in Matlab
I am having a strange problem. I have a cell array that is 4x4. In each cell is a double array that is about 103x33, but can var...

거의 14년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Retrieve just the slope in polyfit
for i=1:n slope{i}=polyfit(x,y(:,i),1)(1) end

대략 14년 전 | 0

| 수락됨

답변 있음
Retrieve just the slope in polyfit
Nevermind! for i=1:n slope(i)=polyfit(x,y(:,i),1)a(1) end Works.

대략 14년 전 | 0

질문


Retrieve just the slope in polyfit
I would like to return a vector containing just the slopes of various regressions so I can compare them. Right now I have a loop...

대략 14년 전 | 답변 수: 2 | 1

2

답변

질문


Create string from a cell array
Hi, I have a list of names in a 1 by n matrix. I would like to make them into one string (to generate file names, the end res...

14년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Remove columns from a matrix with a loop.
Hi, I know I posted this a couple of days ago, and the info really helped, this is just a continuation of the question with my ...

14년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Selectivly remove values from a matrix with a loop
I wrote a program that takes data from different databases and plots them. However, sometimes one or more of the databases input...

14년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Plot different colors while using loops.
I am making a program that plots a variable amount of inputs from a database. Suffice to say that I have a variable number of ar...

14년 초과 전 | 답변 수: 2 | 3

2

답변

질문


Plot data from a double class array
Hi, Is there a way to plot data directly from a double array? I have my x variables in column 1, and y variables in column 2....

14년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
How can I multiply equation with number
put a dot (.) before the * sign. i.e. f=a.*func

14년 초과 전 | 0

| 수락됨

답변 있음
Creating multiple connections to a database using loops- Database toolbox.
This sort of works...now I have: for i=1:n conn{i}=database(DB_names{i},'localhost','') end But instead of mak...

14년 초과 전 | 0

질문


Creating multiple connections to a database using loops- Database toolbox.
Hi, I am trying to create multiple connections to a database for a program I am writing to graph data from different database...

14년 초과 전 | 답변 수: 2 | 0

2

답변