매스 매 티카 클라우드 - maeseu mae tika keullaudeu

From the course: Mathematica 11 Essential Training

Video is locked.

Unlock the full course today

Join today to access over 20,600 courses taught by industry experts or purchase this course individually.

Create a Wolfram Cloud app

- [Instructor] In the previous movie, I showed you how to use Mathematica Online. In this movie, I will demonstrate how to get started with the Wolfram Development Platform. Specifically, I'll show you how to create a form that you can use to input data through the web and generate a result. I've gone to WolframCloud.com so I need to log into my account. I'll click Wolfram Development Platform. And then I need to sign in with my Wolfram ID, so I will type in my credentials, and then click sign in. Now that I'm in the Wolfram Development Platform, I will create a new notebook. So I'll click Create New Notebook. It opens up a new window, and now I can type in the command that I want to use to create my form and also the output of the calculation. The function you use to deploy to the cloud is, as you might imagine, Cloud Deploy. So I'll type CloudDeploy, capital C, and then the D at the beginning of Deploy is capitalized as well, followed by a left square bracket. I want to use a form…

Contents

2 votes

1 answer

36 views

limits of DisplayForm integral get swapped when copying, but only visually

I tried doing the following today (Dec 28, 2022) in my cloud notebook (running on Firefox 102.5.0esr on Debian 11): Integrate[Sin[x]/x,{x,0,Infinity}]//Hold and the ...

  • 181

asked Dec 28, 2022 at 19:44

1 vote

0 answers

38 views

No answer for LyapunovSolve

I gave wolfram notebook the code below: ...

매스 매 티카 클라우드 - maeseu mae tika keullaudeu

  • 13

asked Dec 9, 2022 at 17:27

1 vote

1 answer

124 views

Finding Oscillations

I am looking to find oscillations for my work and I'm wondering if there is a specific technique to finding it? Currently I am moving the parameters to find some sort of oscillation, however I'm not ...

매스 매 티카 클라우드 - maeseu mae tika keullaudeu

  • 11

asked Nov 23, 2022 at 19:33

0 votes

0 answers

25 views

Getting libcurl error when trying to connect to the Cloud

I want to connect to the Cloud using the command `CloudConnect[userid, password]. I got this error (never got this before). ...

  • 151

asked Nov 16, 2022 at 11:37

1 vote

0 answers

46 views

Graphics with higher resolution in Desktop version become pixelated when deployed to Wolfram Cloud

My project is to process images in Mathematica, such that given a list of checkboxes, the function will take specific coordinates from these processed images (imageValuePositions[]), and mark a ...

매스 매 티카 클라우드 - maeseu mae tika keullaudeu

  • 11

asked Nov 7, 2022 at 22:19

0 votes

1 answer

46 views

Couldn't compute the coefficients of this series

Mathematica doesn't expand the series of this function (I'm using Wolfram Cloud version) ...

매스 매 티카 클라우드 - maeseu mae tika keullaudeu

  • 171

asked Oct 20, 2022 at 16:34

How to make a simple CRUD app with wolfam cloud?

I'd like to see an example of a basic create-read-edit-delete application using the wolfram cloud. For this a to-do list app would be best - where you can add a Todo item with details, and edit and ...

  • 3,685

asked Sep 21, 2022 at 12:05

2 votes

2 answers

83 views

Daily counters webpage

I'd like to deploy a website to display and increment counters that track daily activities. Here's a minimal working example: ...

  • 3,685

asked Sep 6, 2022 at 18:58

0 votes

0 answers

23 views

How to share a zip file with the wolfram cloud?

How to share a zip file with the wolfram cloud? Not so trivial it seems.

  • 3,685

asked Sep 2, 2022 at 18:10

1 vote

0 answers

74 views

What are the limitations of using Wolfram cloud?

I have a program which requires more than 2 hours of running on my computer. I tried to use Wolfram cloud to run the script, but after few lines on evaluation and reaching the time consuming part, the ...

  • 111

asked Aug 22, 2022 at 23:21

3 votes

1 answer

166 views

How to run Wolfram language using Wolfram Client Library for Python in Google colab?

How to run the Wolfram language using Wolfram Client Library for Python in Google colab?

매스 매 티카 클라우드 - maeseu mae tika keullaudeu

  • 241

asked Jul 9, 2022 at 11:12

2 votes

1 answer

70 views

How to install NCAlgebra to Mathematica Online

New Mathematica user, attempting to install NCAlgebra to Mathematica Online. Following instructions from https://github.com/NCAlgebra/NC/blob/master/README.md , I first tried: ...

매스 매 티카 클라우드 - maeseu mae tika keullaudeu

  • 21

asked Jun 13, 2022 at 8:10

2 votes

0 answers

43 views

Does the Wolfram Cloud permit real-time Collaboration?

I am curious if anyone has found a workaround or directly built-in method to work collaboratively with colleagues? Something analogous to the google productivity apps like google docs where different ...

  • 1,075

asked Jun 10, 2022 at 20:43

3 votes

0 answers

55 views

Is there a Cloud equivalent for WithLock or CriticalSection?

I can't find any locking mechanism in Wolfram documentation for independent concurrent processes, which is needed for Cloud-based synchronization. The only ones I can find are for parallel processing ...

  • 363

asked Jun 7, 2022 at 17:18

Speak[] function using Wolfram Cloud

I wrote a program for practicing note identification on a guitar: ...

  • 171

asked May 1, 2022 at 23:37