photo

pudje


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
172,117
of 300,756

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Function to write data to a specifc line in a text file
I don't really know how to go about this. I just want a simply function that I can call in a script. This function would ta...

9 years ago | 1 answer | 0

1

answer

Question


/ / / /
/ / / /

9 years ago | 1 answer | 0

1

answer

Question


How do I label a plot as an object?
I have a very long script, and I want to include code to plat multiple graphs. But, I want to only see individual plots after I ...

9 years ago | 1 answer | 0

1

answer

Question


Creating a function that stores string after a certain string at the beginning of a line in a text file.
So imagine I have a .txt file such that: It has lines that start with keywords. I want to use these keywords to create functi...

9 years ago | 2 answers | 0

2

answers

Question


Please help with my function that is to read files.
function readd(txxt) data = dlmread(txxt, '', 43, 0); mass = data(:, 3); temp = data(:, 2); time = data(:, 1)...

9 years ago | 1 answer | 0

1

answer

Question


Creating a function to read a text file
What is wrong with this code? I just want to parse a text file, and sort it into desperate arrays. function [mass] = read(f...

9 years ago | 1 answer | 0

1

answer

Question


How to only keep lines that start with a number?
If my code is something like sdfjsjfsefjdsf sdfsdfsdfsdfsdf fsdfsdfsdfsdf 1232 12132 and only numbers beyon...

9 years ago | 2 answers | 0

2

answers