Brantosaurus
Followers: 0 Following: 0
Estadística
20 Preguntas
5 Respuestas
CLASIFICACIÓN
161.839
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
20 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Help with index for maximum value
I have an 2D array of data containing product fractions. The column index is associated with a mix ratio. The row index is assoc...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Table formatting problem with cell and array matrix
In relation to my previous post with a different layout. How might i re-arrange the script to produce the following basic layou...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
fprintf formatting problem with cell and array matrix 3
In relation to my previous post and accepted answer. The outputs are just how i would like them. Unfornunately the inputs are ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
fprintf formatting problem with cell and array matrix 2
In a simular vein to a previous query. Could somone kindly show me how to finnish off what appears to be another simple formatt...
alrededor de 1 año hace | 3 respuestas | 0
3
respuestasPregunta
Help finding cell array indices for unique characters in string names
How might i search a cell array for indices corresponding to character strings containing, say, 'H2O' as part of the full name....
alrededor de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
fprintf formatting problem with cell and array matrix
I would very much appreciate if somone could kindly show me how to finnish off what appears to be a simple formatting problem. N...
alrededor de 1 año hace | 3 respuestas | 0
3
respuestasproblem plotting from function call
Thanks for this and the advice on global. I much appreciate it. Unfortunately fixedWidthImportOptions is not available in 2017a ...
alrededor de 1 año hace | 0
Pregunta
problem plotting from function call
I can perform two seperate overlay plots with the included script, but would like to call it from a function to make it more por...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Read from text file between header and footer
Is there an easy way to read numerical data from a text file below a 3 line header and above a footer starting with a sequence o...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaProblem plotting sequential data files with headers
Partial sucess with readtable. I couldn't find reference to use of 'HeaderLines' option, only 'NumHeaderLines',3 as argument in ...
alrededor de 1 año hace | 0
Pregunta
Problem plotting sequential data files with headers
Hello. I managed to read from a sequence of files which contain numeric data in 3 columns of different lengths. I can overlay pl...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Help associating ode events (if they occur?) to plotted symbols and legends
I have identified 4 ode events. The integration stop event which will occur, but the other 3 might not. The events function orde...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Help with fminsearch to maximise non-analytic function via specific parameters
I have a simple trajectory model. Let's pretend its non-analytic as it would be with drag. Key variables of interest are launch ...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasHelp extracting rows based on unique column 1 data
Not THAT large!!! Maybe 10,000 x 20 at most
alrededor de 2 años hace | 0
Pregunta
Help extracting rows based on unique column 1 data
I have a large MxN matrix of data from which i would like to extract specific rows of data. The first column of the matrix cont...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
help with dynamic rename (and run) of m-file
I have two self contained files, one i need to call several times from a script. It is named deck.m and takes the form x=ABC(loa...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with workspace data extraction shortcut
I am trying to extract data from the workspace from various possible locations. X.output.name.param1(:,end) X.output.name.para...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with workspace data extraction shortcut
I am trying to extract data from the workspace from various possible locations. X.output.name.param1(:,end) X.output.name.pa...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaHelp with 3D contours aligned to discrete surface data
pc=[1,2,5,10,20,30,70]; of=[.4,.5,.7,1,2,5,7,10,15,20,30,50,100]; c = ... [0.0017674827252359125 0.0034928953583669106 0.00...
alrededor de 2 años hace | 0
Pregunta
Help with 3D contours aligned to discrete surface data
Running the included code produces the included plot. Basically a 3D plot of Z along a non-equi-spaced orthogonal mesh in x an...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with contours at maximum z-level in surfc
How might i achieve it with the following in matlab 2020a: [X,Y,Z] = peaks(50); figure hsc = surfc(X,Y,Z) colormap jet colo...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with choice of contour intervals in surfc
Is it possible to define a non-default contour plot interval in surfc like it is easily achieved in the contour-based range of p...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How di I make concise multiple parameter calls?
Is there an easy way of wrapping up multiple parameter calls via a single entity? The parameters are a mix of floating point, i...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaFinding the highest mountain peak
Thanks. The below worked to get the overall highest peak: [val,idx]=max(Z,[],3); [value,index]=max(val); [gvalue,gindex]=max(...
alrededor de 2 años hace | 0
Pregunta
Finding the highest mountain peak
How might i find the highest mountain peak, and its name, from a defined set of named mountains? I have data for a set of 10 mo...
alrededor de 2 años hace | 3 respuestas | 0