photo

arun


Last seen: 9 mois il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

6 Questions
6 Réponses

RANG
1 739
of 300 352

RÉPUTATION
40

CONTRIBUTIONS
6 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
14

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Explorer
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Splitting legend in north and south
Hi, I have two plots and I want the first legend in the north and the second legend in the bottom. I tried functions in t...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


Reading only number from ,string mixed with numbers in a file
I'm reading a data file that FEM mesh data. Initial few like are: # TITLE = "fluent13.0.0 build-id: 10703" # VARIABLES ...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


Solving system of non-linear equations
I'm trying to solve system of 12 non-linear equations with 19 unknown code I have written is : clc clear all close al...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Read text file into matlab
Sry I don't know why that was not working you can try this alternative one: clc clear all fid = fopen('Raw.txt'); ...

plus de 10 ans il y a | 0

Réponse apportée
In PDE tool What is the difference between Convection heat transfer coefficient(h) and heat transfer coefficient(q)? I know Convection heat transfer coefficient( htc ) but not sure about heat transfer coefficient. Is it the overall htc of the object?
We use "h" for "Convection heat transfer coefficient" in heat transfer, "h" for enthalpy in thermodynamics. please don't confuse...

plus de 10 ans il y a | 1

| A accepté

Réponse apportée
How to generate THREE surfaces side-by-side
[X Y Z] =peaks(25); subplot(1,3,1) surf(X,Y,Z) axis square subplot(1,3,2) surf(X,Y,Z) axis squ...

plus de 10 ans il y a | 0

Réponse apportée
How to rotate plot using code?
let y is pixel intensity x=1:1:length(y) plot(y,x) may work instead of plot(y) this command is useful to flip axis...

plus de 10 ans il y a | 13

| A accepté

Réponse apportée
How to change axis tick values to specific dates?
I think u have plot ur y value vs index value. I hope length of x axis is 2550 else check that using size() or length() Here u...

plus de 10 ans il y a | 0

Réponse apportée
Integrating array of functions
In this calculation i have assumed that you are doing double integration first w.r.t y then x. First define symbolic matrix. The...

plus de 10 ans il y a | 0

| A accepté

Question


pause a Programming in matlab
Hi, I am doing some what big iteration in matlab, Is there is any option available in matlab to pause the calculation and cont...

environ 13 ans il y a | 3 réponses | 0

3

réponses

Question


fourier series
How to convert a algebric equation into equivalent fourier series using command

presque 14 ans il y a | 1 réponse | 0

1

réponse

Question


Symbolic computation
Could you tell me how to define a array containing more than hundred symbolic variable using loop or commands?

presque 14 ans il y a | 1 réponse | 0

1

réponse