Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0