Use record with NetCon by a proc call
Posted: Fri Jul 14, 2006 11:48 am
Hi, to undertand my question, here's a part of my code
I would like to use this procedure by typing in the command window
rec("desired_file_name.anything")
I tried this
Thanx for the very fast reply Ted and Raj for the other questions I posted!
Code: Select all
proc rec() {
savdata.wopen("FSP_freq_graph.m")
...
}
rec("desired_file_name.anything")
I tried this
Code: Select all
savdata.wopen($1) //but it don't work (seem that neuron only take number with $ sign)