overwrite values

Thread Starter

braddy

Joined Dec 29, 2004
83
Hi,

Plese, Can anyone help me on this:

With matlab, on an array that has four values for example M,B,K,I and you have assigned some values for doing some calculations ,

what matlab function can I use to overwrite these previous values and assign new different values for M,B,K,I without modifying the previous calculations?

Thank you

braddy
 

Brandon

Joined Dec 14, 2004
306
Originally posted by braddy@Mar 12 2005, 01:32 PM
Hi,

Plese, Can anyone help me on this:

With matlab, on an array that has four values for example M,B,K,I and you have assigned some values for doing some calculations ,

what matlab function can I use to overwrite these previous values and assign new different values for M,B,K,I without modifying the previous calculations?

Thank you

braddy
[post=6013]Quoted post[/post]​
No function can do that. You would have to make your own or use a segment of code to do the process.

If your not sure how to begine, post more info and I can help you.
 
Top