photo

Fiction


Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
4,780
of 300,513

REPUTATION
10

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

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

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Find and replacing elements in cell array
Assuming your cell is made up of vectors. Every cell{i} is a numerical vector itself. this code should work: for i=1:10...

10 years ago | 1

| accepted

Question


Using variable in a loop outside the loop
I am getting real time data every 5seconds (with pause) with a loop and the data goes into matrix. How can I use the current dat...

10 years ago | 2 answers | 0

2

answers

Answered
what is your idea to solve this?
I think you should use curly brackets '{ }' to refer to the content of the cell. Like in text{....}; if you use () like in text(...

10 years ago | 0

| accepted

Answered
How can i merge all my plots?
I am not sure how you want to merge those but try using the 'hold on' function.

10 years ago | 0