Aniya


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
279,060
of 300,553

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


str2double conversion...
clc; fid = fopen('fileName','r'); allText = textscan(fid,'%s','delimiter','\n') allText = strfind(allText{1}, 'Num_X='); ...

9 years ago | 1 answer | 0

1

answer

Question


split Matrix into small matrices...
I want to split 1-by-120 matrix into 12 1-by-10 Matrices.Please help me?Thank you for your help.

9 years ago | 1 answer | 0

1

answer

Question


why always fopen fails?
in_file = fopen('name_of_file', 'wt'); It is my code i used to open a file .but it always return file identifier as -1...

9 years ago | 1 answer | 0

1

answer

Question


Check directory is full or not?
How we can check the directory is full or not before write data to the file in that directory?

9 years ago | 3 answers | 0

3

answers

Question


How can I read data from 512-by-256-by-128 matrix.
forloop= 1:512 forloop= 1:256 forloop= 1:128 //do something end It causes matalab busy.Is ther...

9 years ago | 1 answer | 0

1

answer

Question


Convert 3D matrix to 2D matrix.
If i have value of x,y,z plane in 3D matrix and i want to change the 3D to 2D array( of each x plain).

9 years ago | 1 answer | 0

1

answer