Navadeep Ganesh U
Followers: 0 Following: 0
Electronics seem supercool to me!
Statistics
All
RANK
4,121
of 295,467
REPUTATION
12
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
3 Public Channels
AVERAGE RATING
37
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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...
3 years ago
Solved
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
3 years ago
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
Multiple Values in one Field
Updating multiple values to a field is not allowed in thingspeak. To update multiple data , you need to Cascade thingspeak.write...
Multiple Values in one Field
Updating multiple values to a field is not allowed in thingspeak. To update multiple data , you need to Cascade thingspeak.write...
5 years ago | 0
Answered
How can i extract sub matrix from basic matrix
A=B([1,2,3],[1,2,3]) means, We need to extract B's 1st 2nd and 3rd row along with B's 1st 2nd and 3rd column. By this you ca...
How can i extract sub matrix from basic matrix
A=B([1,2,3],[1,2,3]) means, We need to extract B's 1st 2nd and 3rd row along with B's 1st 2nd and 3rd column. By this you ca...
5 years ago | 5
Answered
How can I plot sin(x),sin(2x),...,sin(nx) for an input n all on the same graph? Matrix dimensions must agree error
use "hold on" for keeping plots.
How can I plot sin(x),sin(2x),...,sin(nx) for an input n all on the same graph? Matrix dimensions must agree error
use "hold on" for keeping plots.
5 years ago | 0