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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0