 
        Vineet Kuruvilla
Followers: 0 Following: 0
Statistics
RANK
255,797
                          
                          
of 300,392
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          0 Questions
                          3 Answers
ANSWER ACCEPTANCE 
                            0.00%
                        
VOTES RECEIVED
0
RANK
19,838 of 20,934
REPUTATION
0
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS 
1
ALL TIME DOWNLOADS
4
RANK
of 168,373
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How can I add automated "new line" within a xlabel (too long lable text shall not exceed the subplot width).
quickly written script...this might help. close all clear all % fig1 = figure; plot(1:5,1:5) xlbl='testing testing tes...
3 years ago | 0
Write a MATLAB script to find the sum and the number of the odd negative numbers in a 𝑁 × 𝑀 matrix ?
B = A(A<0 & (mod(A,2)>0)); sum(B) size(B,1)
3 years ago | 0
How to create an array with first 100 elements as 1, next 100 as 2 and so on?
n = 5; A=[]; for i = 1 : 5 A=vertcat(A,i*ones(1,100)); end disp(A)
3 years ago | 0
Submitted
Learn_Addition
An app for KG and Primary 1 children to learn addition.
3 years ago | 1 download |
 
  	  
