photo

Vineet Kuruvilla


Last seen: circa 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Messaggio

Student Professional Interests: Robotics, image processing

Statistica

All
  • First Answer
  • First Submission

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

Inviato


Learn_Addition
An app for KG and Primary 1 children to learn addition.

oltre 2 anni fa | 1 download |

Thumbnail