photo

Amarpal


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Professional Interests: CFD

Statistik

  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do I recover the renumbered mesh connectivity after using the symrcm function on my matrix?
Hello! I'm trying to renumber my Finite element mesh, and I'm trying out the symrcm function implemented in MATLAB. I can get...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


GMRES - Generalized minimal residual method
Hello! I would like to know, if there is an implementation of the GMRES in MATLAB on FORTRAN? Many Thanks Amar

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Ugly Lines in Plot
Perhaps you are talking about the gridlines? You can use the following: h = plot(percent,angle); set(h,'edgecolor','none') ...

etwa 12 Jahre vor | 0

Frage


Overwriting doxyfile in doxygen
Hello! I'm trying to use doxygen to create some documentation for my MATLAB scripts. I was going through the following link: ...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
GUI : function GUI_calciumDynamics_1_OpeningFcn(hObject, eventdata, handles, varargin)
Workaround: This error can be avoided by loading the required variables rather than calling the actual function. I saved the va...

etwa 12 Jahre vor | 0

Frage


GUI : function GUI_calciumDynamics_1_OpeningFcn(hObject, eventdata, handles, varargin)
Hello! I'm following a video on creating a GUI with GUIDE ( <http://www.mathworks.co.uk/videos/matlab/creating-a-gui-with-gui...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Including runtime based values in the title of a 2D plot
Hello! I'm writing a post-processor. This is basically making 2D plots in a sequence by updating them in every iteration to s...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


roundoff function not working
Hi I have MATLAB 7.6.0 (R2008a) and I can't get the roundoff function running on this version. Any suggestions please? Man...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Accuracy issues when reading data from an input file
Hi A simple question. Please find the code below. I'm experiencing an accuracy issue. Tried %f, %e and %g in fscanf but none ...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Parametric variable names
Hi Here's my question: Suppose there is an array called 'var' of size 40*1. I want to write a for loop that divides 'var' in...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Resetting arrays
Thanks a lot. New to MATLAB :)

mehr als 13 Jahre vor | 0

Frage


Resetting arrays
Is there any way a vector/matrix that is initialized in an iterative program be reset, so that MATLAB doesn't recognize it in th...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten