issues Search Results · repo:juliamatlab/MatLang language:Julia
Filter by
12 results
(51 ms)12 results
injuliamatlab/MatLang (press backspace or delete to remove)This issue is used to trigger TagBot; feel free to unsubscribe.
If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on
Discourse for instructions ...
JuliaTagBot
- 7
- Opened on Nov 27, 2020
- #34
Add a feature to export functions with their original name if they are not defined in Julia Base
enhancement
aminya
- 2
- Opened on Nov 26, 2019
- #13
Many functions in Matlab such as sort, flip, etc ignore first singleton dimensions.
Different tasks of this to do plan:
1. Implement ignoring of first dimensions which are 1 in multidimensional arrays. ...
enhancement
Not In Plan For Now
aminya
- Opened on Oct 14, 2019
- #11
Different tasks of this to do plan:
1. implement NaN, undef, missing placement options.
2. Implement comparison method for complex numbers.
3. Implement multidimensional (3D and more) for sortperm ...
enhancement
aminya
- Opened on Oct 14, 2019
- #10
- Cells: can be implemented using Julia Arrays.
- Tables: Tables.jl, TableOperations.jl, DataFrames.jl
- Time Series:TimeSeries.jl, TimeModels.jl
- Categorical arrays: CategoricalArrays.jl
- ...
enhancement
Not In Plan For Now
aminya
- Opened on Sep 23, 2019
- #9
Use metaprogramming to generate both documentation and code for Numeric_Types.
https://github.com/juliamatlab/MatLang/blob/master/src/Language_Fundamentals/Data_Types/Numeric_Types.jl
enhancement
aminya
- 1
- Opened on Sep 23, 2019
- #8
For array generation functions, If all of the dimensions that are supplied are 1, the resulting array should be a
scalar.
Different tasks of this to do plan:
Achievement check:
we can get a :mat argument ...
enhancement
Not In Plan For Now
aminya
- Opened on Sep 22, 2019
- #7
when using zerosM(3) the result is a 3*3 matrix. This overlaps with creating one-dimensional arrays.
Solution:
zerosM(:mat, 3) # this will give 3*3
zerosM(3) # this will give a 1-dimensional array ...
bug
aminya
- Opened on Sep 22, 2019
- #6
For array generation functions, If all of the dimensions that are supplied are 1, the resulting array should be a
scalar.
Different tasks of this to do plan:
Achievement check:
onesM(1,1,1,1) # shuold ...
enhancement
Not In Plan For Now
aminya
- Opened on Sep 22, 2019
- #5
Now repelemM(V, count) where V is a vector and count is a scalar is supported. Full support will be added when the
following pull request is merged to Julia: https://github.com/JuliaLang/julia/pull/29560 ...
enhancement
help wanted
aminya
- Opened on Sep 22, 2019
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.