photo

hde


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
25,692
of 297,527

REPUTATION
1

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
1

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Linear regression - how to plot at specified locations
I have a vector of basis/spline locations that I want to use to plot a piecewise linear regression to. I have y_i=B*beta ...

12 years ago | 0 answers | 0

0

answers

Question


What does || mean?
I am trying to understand the following line of code, but have found it difficult to do a search of '||' . The line of code is: ...

13 years ago | 1 answer | 1

1

answer

Question


I have a matrix of values, but get an error when applying the matrix to a function, that the matrix is not an Array
I have made up a number of columns of data (including columns of zero data) and saved the output into a variable, which when I d...

13 years ago | 0 answers | 0

0

answers

Answered
txt file to cell array to text file
3) I have previously used the following: save example.txt D -ascii This saves the array into a text file called example.tx...

13 years ago | 0

Question


Amend code to save file in a different format
I am having trouble saving a matrix of data that I have accessed from another file and saved into a different format. The code I...

13 years ago | 1 answer | 0

1

answer

Question


Accessing data from a file and putting it into a matrix in Matlab, plus headers.
I am trying to read data in from a .svc file, which consists of 7 columns and 212 rows. I have managed to read it in by doing: ...

13 years ago | 1 answer | 0

1

answer

Question


Accessing a dll from outside of Matlab, using visual studio and c++
I am trying to write an application that will allow me to access a dll from outside of Matlab. Previously in Matlab I have t...

13 years ago | 1 answer | 0

1

answer

Question


Problem trying to load .dll library using 'loadlibrary', error is, A 'Selected' compiler was not found. You may need to run mex -setup.
I am a beginner on using the loadlibrary function and using .dll files, so I will appreciate any help I can get. I am trying ...

13 years ago | 2 answers | 0

2

answers