photo

Fiction


2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 9년 전 | 1

| 수락됨

질문


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...

대략 9년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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(...

대략 9년 전 | 0

| 수락됨

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

대략 9년 전 | 0