Santosh Kasula
MathWorks
Followers: 0 Following: 0
Manager for Learning Applications Team @ MathWorks.
Professional Interests: MATLAB, Java, Ruby on Rails, JavaScript and other web technologies.
統計
All
Feeds
解決済み
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
2年以上 前
Highlighted
Help us identify cheat solutions in Cody
Cody is a useful tool to practice MATLAB skills not only by solving the problems but also learn from each other’s solutions. Som...
3年弱 前 | 5
Highlighted
Difficulty Level, Filter, Sort and then Play!
All the players now have the ability to filter the Cody problems based on the difficulty level. You can also sort based on the d...
3年以上 前 | 4
Highlighted
How easy is it to solve this Cody problem?
We introduced *Difficulty Rating* functionality during 2020 Cody Contest. Our Cody players have provided difficulty rating for m...
3年以上 前 | 8
Highlighted
Introducing Scratch Pad in Cody
We are introducing Scratch Pad in Cody to support iterative problem solving. Scratch Pad will enable you to build your solution ...
3年以上 前 | 6
回答済み
Usage of "regexp" or "!" command in Cody. Codyでのregexpや!といったコマンドの使用に関して
We (Cody Team) are aware of this issue. We are working on a solution to prevent some of this cheating automatically. Along with ...
Usage of "regexp" or "!" command in Cody. Codyでのregexpや!といったコマンドの使用に関して
We (Cody Team) are aware of this issue. We are working on a solution to prevent some of this cheating automatically. Along with ...
4年以上 前 | 2
| 採用済み
解決済み
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
約5年 前
解決済み
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
約5年 前
解決済み
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
約5年 前
解決済み
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
6年弱 前
回答済み
Student sees a very strange and usual interface
The student might be using version-2 of Cody Coursework on Windows PC and version-1 on iPad. "Code to call your function" is a n...
Student sees a very strange and usual interface
The student might be using version-2 of Cody Coursework on Windows PC and version-1 on iPad. "Code to call your function" is a n...
約7年 前 | 2
| 採用済み
回答済み
Cody reference file bug
Sorry for inconvinience. This is a bug in Coursework. We are working on a fix right now. We will let you know as soon as we fix ...
Cody reference file bug
Sorry for inconvinience. This is a bug in Coursework. We are working on a fix right now. We will let you know as soon as we fix ...
約7年 前 | 0
回答済み
How do I include image (.jpg) in Cody Coursework problem description?
There is a new version of <https://coursework.mathworks.com/v2 Cody Coursework> , which gives you the ability to upload the imag...
How do I include image (.jpg) in Cody Coursework problem description?
There is a new version of <https://coursework.mathworks.com/v2 Cody Coursework> , which gives you the ability to upload the imag...
約7年 前 | 1
送信済み
Calculate size
CALCULATESIZE calculates the size of a MATLAB file for use in the game Cody
約8年 前 | ダウンロード 5 件 |
送信済み
Demo Harvest
Collect all the demos published with MATLAB® from specified directories.
約8年 前 | ダウンロード 1 件 |
回答済み
Incosistent behaviour of figures titles in Cody coursework
This looks like a bug. We are looking into this.
Incosistent behaviour of figures titles in Cody coursework
This looks like a bug. We are looking into this.
約9年 前 | 0
| 採用済み
回答済み
Can Cody Coursework evaluate scripts that use the "input" command?
Use of certain function is not allowed in this product offering. *input* is one of them. All of the limitations listed in the fo...
Can Cody Coursework evaluate scripts that use the "input" command?
Use of certain function is not allowed in this product offering. *input* is one of them. All of the limitations listed in the fo...
約9年 前 | 0
| 採用済み
回答済み
The CSV file when I click "Download Solution Results" is empty in Cody Coursework.
The report only includes solutions submitted by students. It doesn't include solution submitted by the professor or other instru...
The CSV file when I click "Download Solution Results" is empty in Cody Coursework.
The report only includes solutions submitted by students. It doesn't include solution submitted by the professor or other instru...
10年以上 前 | 0
回答済み
adding an existing cody problem to an assignment?
Do you mean adding an existing Cody Coursework problem to an assignment? If so, when viewing a problem you will have an option t...
adding an existing cody problem to an assignment?
Do you mean adding an existing Cody Coursework problem to an assignment? If so, when viewing a problem you will have an option t...
10年以上 前 | 0
解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
11年以上 前
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
11年以上 前
解決済み
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:...
12年弱 前
回答済み
Grading MATLAB assignments automatically
I think what you are looking for is <http://www.mathworks.com/matlabcentral/cody Cody>. Cody is a puzzle solving game that chall...
Grading MATLAB assignments automatically
I think what you are looking for is <http://www.mathworks.com/matlabcentral/cody Cody>. Cody is a puzzle solving game that chall...
約12年 前 | 0
解決済み
Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....
12年以上 前