Aniya


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
227,187
of 300,392

평판
0

참여
6 질문
0 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 3 | 0

3

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변