yc j
Followers: 0 Following: 0
Statistics
13 Questions
0 Answers
RANK
14,456
of 296,498
REPUTATION
3
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
76.92%
VOTES RECEIVED
1
RANK
of 20,381
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,574
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
Feeds
Question
How to do I set up if loop for the column size?
Some of my data(say set A) is 3x1 column vector and the others(say set B) are 4x1 column vector. each column will be used to ...
9 years ago | 1 answer | 0
1
answerQuestion
how do I open files automatically in certain order?(numbers giving me trouble)
So, say I have these files named 1.0.txt, 1.5.txt, 2.0.txt, 2.5.txt, ... 10.0.txt, 10.5.txt I am automatically opening the fi...
9 years ago | 2 answers | 0
2
answersQuestion
How do i make up a word by attaching several words in Matlab?
so i want to input a value, and this value should be attached to certain words to do the next command. For example, I have fi...
9 years ago | 2 answers | 0
2
answersQuestion
How to automatically open the files in this m-code
hello. I couldn't solve the problem from last answers.. so I bring the m-code I wrote as below: clear clc fi...
9 years ago | 1 answer | 0
1
answerQuestion
how to automatically open files and do the commands
You know how in a simple macro software, I give command such as "click window explore(directory where the data are saved) ->...
9 years ago | 2 answers | 0
2
answersQuestion
How to fprintf(or just print) fileparts
man... I have read fileparts command, and i just can't do it... I am in a hurry right now.. I have files named such as 1.0 f...
9 years ago | 1 answer | 0
1
answerQuestion
How do I continuously write to a file by using a loop?
Hello, I have a question about continuously writing to a file, not over writing by using a loop. For simple example, I have a...
9 years ago | 1 answer | 0
1
answerQuestion
Question about finding y value for certain x value of a plot
Hello, I have a question about data cursor. My data plot gives me a data cursor which goes by 0.5 for the x-axis values. For...
9 years ago | 1 answer | 0
1
answerQuestion
Question about input and loop for the range of plots
Hello, I am trying to make plots with my data. I got data that can be sorted to set A and set B depending on ranges. For e...
9 years ago | 1 answer | 0
1
answerQuestion
How do i get evenly spaced marks in my plots?
Hello, I have data with some randomly spaced points. When I set the plot to line+marks, the marks comes up at the data point...
9 years ago | 2 answers | 0
2
answersQuestion
Not sure why x-axis of the plot is doing this...
Hello, I have several data files containing data of force and deflection. I'm simply plotting these two, and i get plot like be...
9 years ago | 1 answer | 0
1
answerQuestion
How do i make m file to ask me for the data file?
This should be simple, but I can't find the answers from the internet... When I run a m-file, i want the file to open up the ...
9 years ago | 1 answer | 0
1
answerQuestion
Is there a way to select certain point in matlab plot by interpolation?
Hi, I am having a trouble in selecting a point in plot. For example, I have data file with x = [1 2] and y = [5 10]. After...
9 years ago | 1 answer | 1