Aniya


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
279.025
of 300.365

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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?

etwa 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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).

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort