Mona7150
Member level 1
- Joined
- Nov 9, 2013
- Messages
- 35
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 249
Hi All,
I have some problem plotting the data from containers.map in MATLAB.I have saved my data as
mymap1=containers.Map('KeyType','int32','ValueType','double');
I want to plot the values of mymap1 with respect to its keys.I tried many things but got an error everytime. I want the plot to be a proper solid line.How should I do it?
Thanks
I have some problem plotting the data from containers.map in MATLAB.I have saved my data as
mymap1=containers.Map('KeyType','int32','ValueType','double');
I want to plot the values of mymap1 with respect to its keys.I tried many things but got an error everytime. I want the plot to be a proper solid line.How should I do it?
Thanks