photo

Ashlesh Sortee


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
2.256
of 297.457

REPUTATION
28

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
13

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

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


In nprtool, after performing training there is a testing section in which there are two dropdown ,one for input and one for target. Why is the target dropdown in testing section? There should be only input dropdown and the net should give the output
In nprtool, after performing training there is a testing section in which there are two dropdown, one for input and one for targ...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Answered
How to convert a .mat file into a .csv file?
simply you can copy and paste the matrix you want in excel * all you have to do is open .mat file in matlab , press 'ctr+A' &...

meer dan 7 jaar ago | 8

Answered
How to convert a .mat file into a .csv file?
FileData = load('FileName.mat'); csvwrite('FileName.csv', FileData.FileName); * | | |* This one worked for me|||* * Thank...

meer dan 7 jaar ago | 5

Question


I have an array of vectors and I want to convert those vectors into 1 single matrix, each row contains each vector in an array
* for example * array of vectors: v<1*650 cell> 35 elements in each vector * needed matrix as [v1,1 v1,2.....v1,35; v2,...

meer dan 7 jaar ago | 1 answer | 0

1

answer