photo

Harsha Medikonda

MathWorks

Last seen: environ 4 ans il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Senior Quality Engineer

Statistiques

All
MATLAB Answers

0 Questions
28 Réponses

Cody

0 Problèmes
2 Solutions

RANG
1 390
of 300 381

RÉPUTATION
52

CONTRIBUTIONS
0 Questions
28 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
8

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
90 498
of 168 477

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

Réponse apportée
matrix to the power of a large number
I understand that you wish to calculate matrix to the power of a large number. "mpower" function can be used to calculate mat...

environ 10 ans il y a | 0

Réponse apportée
How to index input parameters?
I understand that you wish to read the database details from a text file and be able to index into it. Refer to the sample code...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Changing the location of unpacking for deployed application
I understand that you wish to change the default directory where the CTF archive is extracted. "MCR_CACHE_ROOT" is not deprec...

environ 10 ans il y a | 1

Réponse apportée
Finding all pairs of non overlapping n/2*n/2 submatrices in an n*n matrix.
I understand that you wish to retrieve all pairs of non-overlapping sub-matrices from a matrix. Refer to the following example....

environ 10 ans il y a | 1

Réponse apportée
Finding directory containing executable for compiled application
Hi Aditya, I understand that you are looking for a similar solution of finding the directory containing executable for a comp...

environ 10 ans il y a | 1

| A accepté

Réponse apportée
fitrm and ranova, multiple within level
Hi Alain, I understand that you wish to specify within-subject factors with the "fitrm" function. Refer to the link below....

environ 10 ans il y a | 0

Réponse apportée
Hints on how to produce an uncompressed video file that can be read by QuickTime
Hi Micke, I understand that you wish to create uncompressed video files that can be read by QuickTime. You could use the "...

environ 10 ans il y a | 0

Réponse apportée
Is MATLAB R2015A Instrument Control Toolbox compatible with National Instruments GPIB driver NI-488.2 14.1 running on Mac OSX 10.9.5
Hi Jim, I understand that you wish to know if Instrument Control Toolbox is compatible with National Instruments GPIB driver ...

environ 10 ans il y a | 1

| A accepté

Réponse apportée
Use Parallel Toolbox to debug multiple scripts
Hi David, I understand that you wish to know if Parallel Computing Toolbox can be used for debugging two MATLAB files simulta...

environ 10 ans il y a | 0

Réponse apportée
spmd and persistent variables
Hi Nicolas, I understand that you wish to know a)If persistent variables can be declared in a function that is called fro...

environ 10 ans il y a | 0

Réponse apportée
R2015a installation on a linux cluster (32-bit)
Unfortunately there is no workaround. Please refer to the link below for the Supported Platforms. <http://www.mathworks.com/su...

plus de 10 ans il y a | 0

Réponse apportée
Why I can't run a .jar file compiled in Matlab, in Netbeans?
Please include the following directories in LD_LIBRARY_PATH mcr_root/version/runtime/glnxa64 mcr_root/version/bin/glnxa64 ...

plus de 10 ans il y a | 0

Réponse apportée
Can I run the 32 bit license manager on a 64 bit machine?
Yes you can run the 32 bit installer on the 64bit machine which will run the 32-bit license manager.

plus de 10 ans il y a | 0

Réponse apportée
"Error 5 running command.\bin\win64\setup.exe"
Please refer to the following link <http://www.mathworks.com/matlabcentral/answers/99600-why-do-i-receive-a-winzip-error-error-...

plus de 10 ans il y a | 0

Réponse apportée
textscan in a for loop, memory issue
I understand that you wish to know if the behavior you are observing is related to Memory. Please execute the command 'memory' ...

plus de 10 ans il y a | 0

Réponse apportée
Area of curved surface
I understand that you wish to calculate the surface area of a 3D graphics object. Currently such a functionality does not exist...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
Is it possible to change the current folder window's default view settings in R2015a?
I understand that you wish to save the preferences(Uncheck Size,Date Modified,Type, Description) such that you need not do it ea...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
Putting marks on uicomponent slider
I understand that you are referring to the File Exchange Submission on MATLAB Central. <http://www.mathworks.com/matlabcentral/...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
Problem with Callback Function / BytesAvailableFcn on GUI
'instrcallback' accepts two parameters. Please refer to the following documentation link <http://www.mathworks.com/help/ins...

plus de 10 ans il y a | 0

Réponse apportée
Bloomberg Data Fetch Error
I understand that the application throws an error '??? Undefined function or variable 'SessionOptions'' on a deployed machine. ...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
plot conv(rect(x),rect(y)) in dimension of (x,y,z)
For 2-Dimensional convolution matrix you can use the function 'conv2'. 'ezplot3' can be used to plot in 3D. Please refer t...

plus de 10 ans il y a | 0

Réponse apportée
Generating a Square-sized Convolution matrix
To generate a square convolution matrix, you could use the function conv2. Please refer to the documentation link below for its...

plus de 10 ans il y a | 0

Réponse apportée
VideoReader returns zeros metadata
I understand that you see zeroes for the Video Properties. Video Reader supports file formats depending on the Operating System...

plus de 10 ans il y a | 0

Réponse apportée
MDCS - how is data handled?
Based on my understanding you wish to know the data storage requirements for clusters. Please refer to the following link for t...

plus de 10 ans il y a | 1

Réponse apportée
Resolution requirements 300-600 dpi..
|Refer to the example code below. x=(1:2:10) y=(1:2:10) plot(x,y) size = [200 200]; res = 300; set(gcf,'pape...

environ 11 ans il y a | 2

| A accepté

Réponse apportée
Matlab changes reslulotion after opening simulink
A)The workaround for this would be the following steps 1)Right-Click on the MATLAB executable icon, Go to Properties 2)Under...

environ 11 ans il y a | 1

Réponse apportée
How to generate c/c++ code?
* For Code Generation from MATLAB Code, you would need MATLAB Coder and Embedded Coder. * For Code Generation using SIMULINK Mo...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Anyone knows how to subplot graphs obtained from created matlab functions??
It seems like your function does the scatter plot. If it is possible to return the handle of the scatter plot as an output argum...

environ 11 ans il y a | 0