photo

kk1991


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
284,405
of 300,352

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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 3

View badges

Feeds

View by

Question


Why do I get this error?
This is my function: function download(d) [date_string] = datestr(d, 'yyyy-mm-dd') yyyy = date_string(1:4); ...

8 years ago | 1 answer | 0

1

answer

Question


How to read a text file ?
I have some (long)text files like this: 1996-002:16.39.23.565 67.060 1996-046:16.42.38.868 67.060 ...

8 years ago | 1 answer | 0

1

answer

Answered
How to read and plot nc4 files?
So, if i use this one: ncdisp('myfile.nc4', 'T'); the information about temperature is coming out. But I want to take ou...

8 years ago | 0

Question


How to read and plot nc4 files?
I have downloaded huge nc4-files from NASA through matlab. Just wondering if someone know how to read spesific things in these f...

8 years ago | 2 answers | 0

2

answers

Question


How to read only the first line/row in a text file?
This is my script. This script read through all columns and rows in the file. I want the script to only read the firs line/row i...

8 years ago | 1 answer | 0

1

answer

Question


Read mulitple files in matlab
This is my code. I want to find a way to (maybe a for loop or something) that make the fopen read multiple files ending on dat...

8 years ago | 1 answer | 0

1

answer

Question


Hello. Is is possible to make function with fid=fopen('filename', 'r') ?
My matlab script have a fid=fopen('filename.txt', 'r') as a kind of input. How can a write that as an input in a function?

8 years ago | 1 answer | 0

1

answer

Question


How to create a timeline ?
I want to have the time (e.g from january to december) on the x-axis and just location on the "y axis". Example: LOCATI...

9 years ago | 1 answer | 0

1

answer