julia tag

12 questions


1 answers
348 views
0
I get an error when I move Julia using Jetbrain's Pycharm

I'm running Julia with Pycharm extensions.When you run the program, the following message appears:What should I do? IDE error occurredPlease review the details and submit the report

1 years ago

1 answers
93 views
0
I don't know what to do with the error when loading the file.

Error loading file from command prompt.include(c:\\Users\\name\\desktop\\test.jl)ERROR: LoadError: syntax: invalid character .Stacktrace: [1] include at.\boot.jl:317 [inlined] [2] include_relative(::M...

1 years ago

1 answers
90 views
0
PyError Occurs When Drawing Graphs Using StatsPlots in Julia

I tried to draw a graph using StatsPlots in Julia and wrote the following code:using StatsPlots@ df dfplot(:x axis,:y axis) , title=Title , xlabel = x-axis ,ylabel=y-axis)Already df has csv data df=CS...

1 years ago

1 answers
102 views
0
Weighted directed graphs are not generated successfully

I'm trying to generate a weighted network using Julia.I tried to run it exactly as it says on this site, but some of it didn't work.It may be better to throw an issue, but I am used to it, so I asked ...

1 years ago

1 answers
90 views
0
Can't the inner product be used in Julia 1.0.2?

It says on the net that Julia's inner product should be dot(A,B).Now, if you use dot in the array below, n=3psi = zeros (Float 32, n, n, n, 6)psi[1,1,1:] = [1/sqrt(2), 1,1,1,1,1,1]psi[1,1,1:].*psi[1,1...

1 years ago

1 answers
109 views
0
Understanding Fourier Transform for Julia 1.0.2

I'm sorry for the basic part, but it's a similar question, but when I searched for which package I needed for Fourier transform, it didn't hit me, and I only wrote about using it smoothly on the Inter...

1 years ago

1 answers
97 views
0
I don't know why Julia can't use Ijulia anymore.

Until now, when I was using Ijulia in Julia, I could use it, but suddenly I couldn't use it.I don't know the cause at all.I'm sorry for asking such a round question.My laptop is Windows 10, but when I...

1 years ago

1 answers
95 views
0
idea of conditional arrangement

Create a new array from the following two arrays.common_y=[1,2]new_y = [11, 12, 13, 14, 15, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27]If you have a good idea that doesn't work out well, I'd like to ask y...

1 years ago

1 answers
68 views
0
After downloading and installing Statistics and running mean(), MethodError appears.

The language used is Julia and the version is 1.6.3.I write and execute the code according to the book, but I don't know how to solve it because I got a MethodError.using PkgPkg.add (Statistics)Downlo...

1 years ago

1 answers
87 views
0
I want to set the upper and lower limits of colorbar.

When using sen.heatmap such as python and limiting the value of z on the horizontal axis, vmin=0.0,vmax=...You can specify it as shown in , but is there a corresponding Julia designation?I looked into...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.