Community Profile

photo

vijay sai


JNTUK

Active since 2013

I am an electronics & comm. engineering student. Had been using matlab for communication, signal processing and image processing purposes.
Professional Interests: image processing, communiation, antennas,signal processing

Statistics

All
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Content Feed

View by

Question


output image from simulink and matlab code are different ??
I have built a simulink model to do watershedding as apart of project. The output I get from the simulink function block is quit...

10 years ago | 0 answers | 0

0

answers

Question


Segmentation in simulink, Is it right trying to do ??
Hi image processing experts out there, I am trying build the segmentation blocks in simulink. Is it a good idea or just waste of...

10 years ago | 0 answers | 0

0

answers

Answered
Matlab help not displaying correctly
check this bug fix http://www.mathworks.com/support/bugreports/989850

10 years ago | 3

Answered
My help documentation appears in text-like format...
hi M, the link here provides a bug fix it worked for me try it out http://www.mathworks.com/support/bugreports/989850

10 years ago | 0

Answered
How do i smooth a plot?
try varying the range of the axes ...i.e. suppose if distance axes is given the range 0:1:10.. try doing this way 0:0.1:10..may...

10 years ago | 0

Answered
I need to increment build a simulink model, I was asked to install a sdk, I have installed the windows sdk for windows 8.1, but matlab is not detecting the sdk , how do I configure the sdk..thnx in advance
tried as in the following link..and works perfectly... <http://www.mathworks.com/matlabcentral/answers/95039>

10 years ago | 0

| accepted

Answered
Not enough memory for splitting video into frames
yes, as walter said the problem is with RAM, u could process the same by resizing the video to a reduced resolution....

10 years ago | 0

Answered
i am new to matlab can anyone please explain this lines
i think the program u have given is a incomplete one.. it's also erroneous...it's trying to plot histograms for individual image...

10 years ago | 0

| accepted

Question


I have build an .exe application from simulinnk model .slx file. When I try to run the .exe application it says some .dll file is missing??
it shows an error that *"tamutil.dll"* is missing. I have downloaded and tried to place it in _"MatlabR2013a\bin\win64"_ and run...

10 years ago | 0 answers | 0

0

answers

Question


Can a simulink model be dumped into hardware?
I have come across the matlab announcement that it developed hardware supporting packages for matlab code be directly dumped int...

10 years ago | 1 answer | 0

1

answer

Question


how to install a compiler for windows 8.1
To build a model from simulink, a compiler is needed to be installed. How do I do it on windows 8.1

10 years ago | 3 answers | 0

3

answers

Question


I need to increment build a simulink model, I was asked to install a sdk, I have installed the windows sdk for windows 8.1, but matlab is not detecting the sdk , how do I configure the sdk..thnx in advance
from the supporting sdk page, its has shown the sdk package for windows 7, but that's not working on windows 8.1. so I have inst...

10 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

10 years ago

Question


when i try to read number of images from a file in to a program using the "cell" matlab is showing error? Pleasing help me with reading number of images from a file into a single program !!
%n=6 % images=cell(1,n); % fnamefmt='%d.jpg'; % for i=1:n % image(i)=imread(sprintf(fnamefmt,i)); % end % result...

10 years ago | 1 answer | 0

1

answer