Rahul Pillai
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
40.386
of 295.712
REPUTACIÓN
1
CONTRIBUCIONES
15 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.274
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.317
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Is it possible to create a numeric array with a mixture of empty cells and numbers?
Hey. I want to create an array where some cells are empty and some have values. For example, a 3x3 array : 16 22 NaN Na...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to check if a string contains only numbers?
Is there any expression for this ? For example : -100 should return 1 a100b should retur...
casi 7 años hace | 1 respuesta | 1
1
respuestaPregunta
FEA Analyis of 4 Noded quadrilateral element ?
Hey. I am working on an FEA analysis of a structure using 4 noded quadrilateral elements. I get the displacements and all that b...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I set a horizontal scroll bar for an edittext box in Matlab GUI?
Any thoughts on how this can be achieved? I was able to set a vertical scroll bar by changing the 'Max' and 'Min' properties in ...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I pass a figure from one function to another without printing the figure?
Hello, I'd like to pass a figure from a 'called' function to it's calling function. Any idea how this is done? The figure is plo...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
max(dg) returns "Subscript indices must either be real positive integers or logicals."
Any reasons why? dg is an n x 1 column vector.
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds matrix dimensions
Can't seem to figure out what's wrong with this code. The error points to the 3rd line of code here: for ele = 1:n f...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
GUI table values to textfile - Cannot find a solution
I wanna save a cell array created in the opening function of a gui when the user clicks a save button in the gui. I am not able ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I save data from a matlab GUI table onto a text file when the user clicks a pushback button on the same gui?
writetable(T) only saves data to a textfile in the same location as the program. I want to be able to give the user an option to...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Values within a cell array must be numeric, logical, or char?
Don't seem to know what's wrong. I've tried everything I know. Here's the snippet containing the code: Fg = varar...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB GUI callback to open a new figure?
Hello. I am trying to run a GUI program which opens when I run the source script file. When the script is run, a window opens wi...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Decimal number between 0 and 1 without the integer part?
Hi, I am trying to plot some outputs on a graph as text and I am basically plotting several points and need to conserve on spac...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPersistent output problems with a for loop block!
Hello everyone. Thank you for all your suggestions. I worked this solution out last night because I figured it was a precision p...
alrededor de 7 años hace | 0
Pregunta
Persistent output problems with a for loop block!
Hello everyone. I was trying to run a certain code block: clear; E1 = 70e9; E2 = E1/2; E3 = E1/4; t = 0.0125; ...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Unwanted line on graph plot?
Hello, I was trying to plot a simple code like this: x=1:6; y=zeros(6); for i=1:6 y(i)=2^i; ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I multiply multidimensional array by a vector?
strainGP = zeros(S_num_elems, 4, 3, 1); stressGP = zeros(S_num_elems, 4, 3, 1); d_e=zeros(8,1); for i=1:nodes ...
más de 7 años hace | 1 respuesta | 0