Info

This question is closed. Reopen it to edit or answer.

How can I create variable matrix

1 view (last 30 days)
Mustafa YILDIZ
Mustafa YILDIZ on 15 Mar 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi, im new on matlab. ı want to create iterable matrix for solving 3 unknowns equation. like; first matrix x(0)=[1;2;3] second matrix x(1)=[4;5;6]
syms a b c
x(k)=[1;2;3]; x(k+1)=[4;5;6];
f=inline('a+b+c'); f(x(k));
Please help...

Answers (0)

Community Treasure Hunt

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

Start Hunting!