User Portlet User Portlet

Discussions
I am having this exact issue as well, in 11.3, but with ListPointPlot3D. I found the replacement rules with Missing[] or \\[EmptySet] got rid of the errors, but didn't actually make the plot. I ended up instead replacing the empty lists with a single...
If you do, feel free to ask me as many questions as you want.
I don't understand why {b, 0.01} is incorrect for an initial guess for b?
MyData = Import["myfile.xlsx", "Data", HeaderLine->1] Or if there's is no header line MyData = Import["myfile.xlsx", "DataSet"] Use menu Import/Path... if the file is in out of Mathematica 11.3 paths. Sorry it there's are errors, I wrote it...
> But Marco Thiel's suggestion [...] is a helpful workaround. Yes, as always! Glad I could help, regards -- Henrik
The (N+1)th solution: {#[[1, 1]], Sequence @@ #[[All, 2]]} & /@ GatherBy[data1~Join~data2, First]
Thank you so much for the link and your quick reply!
We are transitioning away from plugin-based embedded CDFs towards cloud-based content. The new pointers to Open Code examples are one step in that direction: http://blog.wolfram.com/2016/12/12/launching-wolframalpha-open-code/
Any can help, Sir, Can you help me on? The input is: Do[If[IntegerQ[121/i], Print[i]],{i,2,11}] The output will be: 11 BUT I would like to get an output such as "No Solution" if I have the following Input Do[If[IntegerQ[121/i],...
Hello The idea was to present classical decomposition method in Wolfram Language. This is still widely used technique in econometrics. More advances methods based on ARIMA models share principles with this 'oldest' technique. I will be addressing...