photo

Aryan Ritwajeet Jha


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Message

Programming Languages:
Python, C++, C, MATLAB

Statistics

All
MATLAB Answers

3 Questions
1 Answer

File Exchange

1 File

Cody

0 Problems
1 Solution

RANK
185,417
of 300,513

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
18,672 of 21,018

REPUTATION
1

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
4

ALL TIME DOWNLOADS
13

RANK
124,208
of 169,480

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • GitHub Submissions Level 1
  • First Submission
  • Solver
  • First Review

View badges

Feeds

View by

Question


Any way to automatically save my LiveScript .mlx file as a Text-based .m file?
As given here, LiveScript is rather unhelpful for source control in terms of tractability and interpretation. https://www.mathw...

1 year ago | 1 answer | 0

1

answer

Submitted


readCDF function for IEEE Common Data Format (CDF) files
readCDF function inputs a filename of an IEEE Common Data Format CDF .txt file and outputs Bus Data, Branch Data, #Buses, #Branc...

2 years ago | 4 downloads |

0.0 / 5
Thumbnail

Question


How to display a Table in LiveScript just the same way it is displayed upon defining it or calling it directly?
I'm working with tables in MATLAB LiveScript (.mlx files). Mehtod 1. If I define a table (here: patients) and leave the semi-co...

3 years ago | 0 answers | 0

0

answers

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Answered
How to use regexprep to modify strings while keeping constituent numbers intact?
Note: I'm answering my own question after seeing an apparent solution to my problem on MATLAB's help topic on Replace text using...

3 years ago | 0

Question


How to use regexprep to modify strings while keeping constituent numbers intact?
I have a cell array of strings: str = {'$d(V_1)$', ... '$d(V_2)$', ... '$d(V_3)$'} I wish to convert the cell array ...

3 years ago | 2 answers | 0

2

answers