photo

Radha Krishna Maddukuri

Last seen: environ un mois il y a Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
31 Réponses

Cody

0 Problèmes
3 Solutions

RANG
1 242
of 300 364

RÉPUTATION
60

CONTRIBUTIONS
0 Questions
31 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
11

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
73 932
of 168 407

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • MATLAB Central Treasure Hunt Finisher
  • First Review
  • 3 Month Streak
  • 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...

environ 5 ans il y a

A résolu


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

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

presque 9 ans il y a

Réponse apportée
R2014a 64-bit, simulink library shows "no blocks"
Hi Ruoshi, I understand that you are able to view the library separately but not in Simulink Block Library. So I assume th...

plus de 9 ans il y a | 0

| A accepté

Réponse apportée
Low Latency queue in Matlab
I am not sure if this is totally relevant. But you can take a look at the following link: <http://www.scottfraundorf.com/matl...

plus de 10 ans il y a | 0

Réponse apportée
How to get different scales on the same axis?
This can be done by modifying the XTick property of the axis. Try the following. A similar approach can be used for your usecase...

plus de 10 ans il y a | 1

Réponse apportée
Problem installing toolbox in MATLAB R2014a (Ubuntu)
I assume you are trying to download and install from the following link: <http://www.mathworks.com/matlabcentral/fileexchange...

plus de 10 ans il y a | 0

Réponse apportée
How can I extract infroamtion from a header's file (text file)?
First of all, there is no direct ways for reading values with different delimiters like '=' ':' 'space', etc., However, re...

plus de 10 ans il y a | 0

Réponse apportée
Adaptive time stepping for Adam Bashforth methode
The answer for your second question can be fond out by executing the following command in MATLAB: edit ode113 The M-scri...

plus de 10 ans il y a | 0

Réponse apportée
Color space conversion xyz2srgb, using makecform function
This issue is happening because of scaling of the input data. The function 'xyz2srgb' expects input values in the range of 0 to...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
IP address problems with webread()
As you have suggested it could be an issue with firewall. Close MATLAB and add it to exceptions both in Windows and Anti-viru...

plus de 10 ans il y a | 0

Réponse apportée
DATAQ 158U in Matlab
<http://www.dataq.com/resources/pdfs/misc/MatlabAdaptor.pdf DATAQ Instruments Matlab Adaptor> This web link has a PDF file fo...

plus de 10 ans il y a | 0

Réponse apportée
Variable-Size Input/Output Vectors in Simulink
If a MATLAB Function block is used in a model, it generates a MEX function when the model is simulated. This means that under th...

plus de 10 ans il y a | 2

Réponse apportée
Solving PDE with 2014b matlab version
It has not changed Daniele Here is the documentation link for PDEPE in R2015a: <http://www.mathworks.com/help/matlab/ref/pdep...

plus de 10 ans il y a | 0

Réponse apportée
RapidAccelerator - rtp returns empty 'parameters' structure
I have tried the following commands on the demo model 'vdp': >> vdp >> rtp = Simulink.BlockDiagram.buildRapidAccelerat...

plus de 10 ans il y a | 1

| A accepté

Réponse apportée
Which is the simplest way to create neighbourhood pairs?
I hope this helps. B = zeros(numel(A)-1,2); for i =1:1:(numel(A)-1) B(i,:) = [A(i) A(i+1)]; end

plus de 10 ans il y a | 0

Réponse apportée
Annotation with angled arrow
After plotting a figure, for example: plot(1:1:10,2:2:20) Now in the figure, from the menu bar choose View --> Figure Pa...

plus de 10 ans il y a | 0

Réponse apportée
hello friends, see I am executing a simple code . I want your little help in it.
Hello Tina, In the function that you have written, you are printing out values, rather you have to assign it to a variable. I...

plus de 10 ans il y a | 0

Réponse apportée
Mex problem - no compiler found
Hi Mohamed Rabeh, As the error message says: There was no supported compiler or SDK installed on the machine. For a list o...

plus de 10 ans il y a | 0

Réponse apportée
rewrite the polynomial coefficients
Hi Jimmy, You have to divide the numerator and denominator by the last element in the denominator. The easiest way would be t...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
Smart way to handle out of folder pathing?
Hi Brian, I understand that you are facing issues with managing the file paths in deployed applications. I suggest you to...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
solve a Heat ex changer question and its showing it has a Algebraic Loops error
Hello, I see that you have met with an algebraic loop in your Simulink Model. To eliminate this message, you can do the fo...

plus de 10 ans il y a | 1

Réponse apportée
Too many input arguments?
Hi Sumer, I understand that you wish to use 'cellfun' and you receive an error 'Too many Input Arguments'. It is as the er...

plus de 10 ans il y a | 0

Réponse apportée
Boost converter modeling in simulink
Hi Vishnu, I see that you have met with an algebraic loop in your Simulink Model. To eliminate this message, you can do th...

plus de 10 ans il y a | 0

| A accepté

Réponse apportée
In matlab simulink model that i m workinr on, i m getting an algebric error ,The error that is displyed and the loop having thit error is attached in the file,can anybody help regarding this
Hi SaM, Assuming that you are receiving an error with respect to Algebraic Loop in your Simulink Model,you can try going thro...

plus de 10 ans il y a | 0

Réponse apportée
Menu GUI for GUIs
Hi Hasan Creating multiple tabs in a UI is a cool feature that is available using MATLAB User Interface. For example, you ...

plus de 10 ans il y a | 0

Réponse apportée
move file to folder
Hi Ahmed, movefile('source','destination') moves the file or folder named source to the location destination, where sou...

plus de 10 ans il y a | 3

| A accepté

Réponse apportée
Does c2d function has some limitations? Not working properly
While the TF and ZPK representations are compact and convenient for display purposes, they are not ideal for system manipulation...

environ 11 ans il y a | 0

Réponse apportée
MATLAB 2014a won't run in Yosemite
I understand that you are facing an issue with MATLAB 8.3 (R2014a) not working on MAC OS X 10.10 (Yosemite) and would wish to kn...

environ 11 ans il y a | 1

Charger plus