Community Profile

photo

Nilu Desai


NMIMS

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I am getting the following error when I run my program "Assignment has more non-singleton rhs dimensions than non-singleton subscripts". Please do help.
{ clear all; close all; clc; input=imread('C:\Users\Nilu\Desktop\lena.jpg'); subplot(4,4,1); imshow(input); img=i...

9 years ago | 0 answers | 0

0

answers

Question


I want to store the digits after the decimal point of the numbers stored in an array. How do I do it?
For eg. If one of my number is 1.23456789 then I want '234' out of it. I want only the 3 digits after the decimal point. Can yo...

9 years ago | 2 answers | 0

2

answers