photo

niniki


Last seen: mehr als 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

MATLAB Answers

15 Fragen
0 Antworten

RANG
255.189
of 300.753

REPUTATION
0

BEITRÄGE
15 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 21.075

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.858

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Explorer
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to get image coordinate and geo coordinate values when a geotiff image is cut into a specific area?
How to get image coordinate and geo coordinate values when a geotiff image is cut into a specific area? I'm trying to save a ...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to use the variables created within the GUI button function in other functions? (How to call the handles structure?)
global lstBox; inputfolder = uicontrol('Style','pushbutton','String','InputFolder', 'Position', [4 2 15 4.5], @inputfoler_callb...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


When writing data in "fwrite", can I write data in the row direction?
D = 'data.raw' data_fid = fopen(D) for i = 1:100 for j = 1:10 data_frd{1,j} = fread(data_fid,[row, column],'ui...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to check if all the data in the cell array are the same?
There is a variable called 'data' in a cell array of 1x10 {100} {100} {100} {100} {100} {100} {100} {100} {100} {100} 100 has ...

fast 4 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


When do you use 'rb' in the file access type?
When using the fopen function, what type of 'rb' is the 'permission' argument? The MATLAB fopen document does not show "rb". Wh...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to attach multiple matrices to a single matrix?
There are A, B, C, and D matrices of 100x1 size. I would like to combine this data into a matrix of 400x1 size. However, the...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do you store each row of text in a 7x1 array sequentially in a variable?
How do you store each row of text in a 7x1 array sequentially in a variable? D = 7x1 cell array a b c d e f g --->...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I want to put numbers from 1 to 8 after the file name using 'for loop' and save this file name as a variable.
I want to put numbers from 1 to 8 after the file name using 'for loop' and save this file name as a variable. fn_1 = file nam...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I want to change cell array to string.
I want to change cell array to string. I have a 1x6 cell array. {'abc = 1'} {'def = 2'} {'cba = 3'} {'fed = 4'} {'sag ...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What is the way to create and save files?
Image1.raw and image2.raw of 1500x15000 size are attached together. I made an image of 3000x15000 size. To save this as a ra...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


I want to attach two images.
I want to post an A.raw video and a B.raw video. It consists of A.raw, B.raw => 3000x15000 matrix. What I want to do is......

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I select a cell containing a specific text from a nx1 cell array and store it in a variable?
How can I select a cell containing a specific text from a nx1 cell array and store it in a variable? a = nx1 cell array {'...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is the way to get only the desired part of the text?
Hello, I'm a student learning matlab on my own. Please understand even if I don't understand the contents of the question becau...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why is the lenna image rotated?
Opened lenna.raw file in figure. By the way, the image is rotated 90 degrees counterclockwise. It was a 256x256 image, and I p...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to open .raw extension image file in matlab?
Hello. I am a self-taught student in MATLAB. Raw image files are not opened with imread(). Is it possible to open the r...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort