Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Modify data in a database

조회 수: 1 (최근 30일)
mkmat
mkmat 2013년 11월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello everyone,
suppose I have a database (.mdb) with two columns C1 and C2, where C1 represents name of a parameter (string) and C2 is its value (number).
I would like to access a particular parameter in a particular row C1 from matlab and modify/update the corresponding value in C2.
example:
C1 C2
---- ----
t1 25
t2 15
I would like to update it to
C1 C2
---- ----
t1 35
t2 15
any help much appreciated.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by