Timeline for Function won't compile. Is there a workaround? [duplicate]
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 27, 2014 at 20:39 | history | closed | Oleksandr R. Sjoerd C. de Vries m_goldberg Yves Klett ciao | Duplicate of Bizarre behavior of With, Compile and Break | |
| Apr 27, 2014 at 17:51 | review | Close votes | |||
| Apr 27, 2014 at 20:39 | |||||
| S Dec 28, 2013 at 14:30 | history | suggested | M6299 | CC BY-SA 3.0 | improved formatting |
| Dec 28, 2013 at 14:23 | review | Suggested edits | |||
| S Dec 28, 2013 at 14:30 | |||||
| Nov 27, 2013 at 3:57 | comment | added | Nothingtoseehere | @s0rce both v9 and v10 Mac throw this same error | |
| Nov 27, 2013 at 3:42 | comment | added | s0rce | It compiles for me, try a fresh kernel. What version are you using, I'm using 9. | |
| Nov 27, 2013 at 3:37 | comment | added | Nothingtoseehere | @s0rce The error is above this part of the function. so change that to whatever and the error is the same | |
| Nov 27, 2013 at 3:21 | comment | added | s0rce | If (Dimensions@Inputdata)[[1]] > 3 then you can't set {CIEL, CIEa, CIEb} = Inputdata since Dimensions@{CIEL, CIEa, CIEb} == {3}. | |
| Nov 27, 2013 at 3:12 | comment | added | Nothingtoseehere | @s0rce Nah, fixed that. Looks like it should now. | |
| Nov 27, 2013 at 3:09 | history | edited | Nothingtoseehere | CC BY-SA 3.0 | returned variable names to their orig values |
| Nov 27, 2013 at 2:58 | answer | added | s0rce | timeline score: 0 | |
| Nov 27, 2013 at 2:55 | comment | added | s0rce | You are setting global variables from inside the compiled function, I don't think that is possible, is that your intention? What should the function return? | |
| Nov 27, 2013 at 2:32 | history | asked | Nothingtoseehere | CC BY-SA 3.0 |