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
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