Back to the main page.
Bug 3036 - Multiple dipoles in ft_dipolefitting.m
| Status | CLOSED FIXED |
| Reported | 2016-01-08 20:48:00 +0100 |
| Modified | 2019-08-10 12:32:43 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P5 blocker |
| Assigned to: | |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
François Tadel - 2016-01-08 20:48:20 +0100
When fitting single dipoles on multiple time points at once, I have an error line 578: source.dip.unit = headmodel.unit; The syntax is incorrect that source.dip is an array with multiple dipoles. Should this be replaced with the following line ? [source.dip.unit] = deal(headmodel.unit);
François Tadel - 2016-01-08 22:08:56 +0100
Actually I've just realized this was fixed in the past weeks.