photo

Anu Sri


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

16 Questions
0 Answers

RANK
221,939
of 300,553

REPUTATION
0

CONTRIBUTIONS
16 Questions
0 Answers

ANSWER ACCEPTANCE
43.75%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

  • Thankful Level 3

View badges

Feeds

View by

Question


how to convert non-scalars to scalars in simulink?
if ((2*(2*x)-1) < size(m) & (2*(2*y)-1) < size(m)) Expected a scalar. Non-scalars are not supported in IF or WHILE statements, ...

6 years ago | 0 answers | 0

0

answers

Question


how to resolve subscript mismatch error?
Subscripted assignment dimension mismatch (size [1 x 1] ~= size [:? x 1]). LIP(:, 1) = temp(:); temp = temp'; LIP(:, 2) = tem...

6 years ago | 1 answer | 0

1

answer

Question


how can i convert mxArray to double in simulink?
i am gettting following error. Expected either a logical, char, int, fi, single, or double. Found an mxArray. MxArrays are retu...

6 years ago | 1 answer | 0

1

answer

Question


how to deal with try and catch while making simulink model?
i am writing an m-file to convert to C code. i am getting error of not supporting the statement . can anyone please help m...

6 years ago | 0 answers | 0

0

answers

Question


how to access built in matlab function in simulink?
I am trying to make simulink model for image compression algorithm using many builtin matlab functions.the problem is that when ...

6 years ago | 1 answer | 0

1

answer

Question


how to make simulink model for builtin matlab functions?
i am making the simulink model for image compression algorithm and it has so many of builtin functions.Do i need to model all th...

6 years ago | 0 answers | 0

0

answers

Question


how can i create a simulink model for any algorithm?
how can i create a simulink model for algorithm having multiple functions?

6 years ago | 1 answer | 0

1

answer

Question


how can i create simulink library?
i have to create simulink library for image compresssion algorithm i have developed.can anyone help plz?

7 years ago | 0 answers | 0

0

answers

Question


is it possible to get PSNR value as high as 270?
I am performing image compression and i am getting PSNR value as 270.is is possible that i can have this much high value of psnr...

7 years ago | 1 answer | 0

1

answer

Question


what is the meaning of following code? temp=[];temp1=1:230;temp=[temp;temp1];
i am not getting what will be the value of temp n the codes mentioned above.can anyone lease help me?

7 years ago | 1 answer | 0

1

answer

Question


can anyone please provide me the source code for SPIHT algorithm
i am facing problem in performing the SPIHT algorithm without GUI can anyone please help me with that?

7 years ago | 1 answer | 0

1

answer

Question


how can i find the number of bits in an image for calculating compression ratio?
i have to calculate number of bytes in an image but on using size() i am getting CR=1 because size of compressed image and decom...

7 years ago | 0 answers | 0

0

answers

Question


how can we recover huffman encoded image?
i have written the following code for encoding and decoding but i am unable to obtain the recovered image.can anyone please help...

7 years ago | 1 answer | 0

1

answer

Question


how to append different arrays without normalization?
i have four arrays of different values and i have to append the arrays one after other vertically in a single array. i have trie...

7 years ago | 2 answers | 0

2

answers

Question


how can i use two threshold values in quadtree decomposition?
i need to use the two threshold value in decomposition of image using quadtree.one is upper threshold and another is lower thres...

7 years ago | 0 answers | 0

0

answers

Question


how can i merge different codes in the main function?
i am performing quadtree decomposition which required the use of different functions.i have separate code for all the required t...

7 years ago | 1 answer | 0

1

answer