feynman feynman - MATLAB Central
photo

feynman feynman


Last seen: 8 días hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 02/20 to 04/25Use left and right arrows to move selectionFrom 02/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

55 Preguntas
1 Respuesta

CLASIFICACIÓN
31.608
of 298.247

REPUTACIÓN
1

CONTRIBUCIONES
55 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
65.45%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.553

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 160.685

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

  • Thankful Level 4
  • First Review
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


assigning values with []
[a,b]=[1,2] Why doesn't this work? How to rewrite into what is easier and more succinct than a=1; b=2? Just to respond to al...

9 días hace | 1 respuesta | 0

1

respuesta

Pregunta


easy solution: log scale plot for data with positive and negative data
semilogy and set(gca, 'YScale', 'log') don't work for negative data. There's user written functions resolving this but is there ...

13 días hace | 0 respuestas | 0

0

respuestas

Pregunta


function name as a variable
Is it possible to do the following? variablefun.m function variablefun(fun) fun function fun1 end function fun...

22 días hace | 1 respuesta | 0

1

respuesta

Pregunta


what PDE types can solvepde solve
What PDE types can solvepde solve? Is solvepde just femlab in the past?

23 días hace | 1 respuesta | 0

1

respuesta

Pregunta


taking difference of 2 surf figures of different sizes
One is to compare two solutions and study the error by taking their difference. The two solutions are two surf figures generated...

3 meses hace | 2 respuestas | 0

2

respuestas

Respondida
extract fig into surf(x,y,z)
both answers are great. I don't know which to accept.

4 meses hace | 0

Pregunta


comsol LiveLink for MATLAB: output specified solutions under several studies
There are several solutions under several studies in .mph comsol models. How to output a specific solution in LiveLink for MATLA...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


comsol LiveLink for MATLAB: output solutions on a specific line (in reference or current configuration)
In a 3D comsol model, how to output the solution on a specific line (in reference or current configuration)? In .mph comsol mode...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


no surf in comsol, is matlab live link a solution?
There's a solution u(x,t) in comsol, x and t are spatial and temporal coordinates. There's no surf function in comsol. Can m...

5 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


extract fig into surf(x,y,z)
There's a .fig that plots n z(x) curves, each of which corresponds to 1 y value (n=3 in the illustration). The y values are know...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


code to tell mlx or m files
M and mlx files work slightly differently in outputting figures in separate windows or within the code file. I hope to have an m...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


reshape data to fit into surf/contour
nodalPositions is a 2*100 double matrix storing the nodal positions of a PDE on a 2D domain with 100 nodes. x=nodalPositions(1,:...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


speed control of exporting animations in mlx
There's a little button of 'export animation' on the bottom right of each animation made in mlx. Though 'playback speed' can be ...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


code folding in live scripts
Is code folding in live scripts possible as in .m?

7 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


save animation in subplot
I'm using while drawnow;hold off end to create an animation. But this animation is just the 6th position as in subplot(2...

8 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


blank matlab icon on taskbar after a change in matlab directory.
The original matlab directory is c:\matlab\r2023 and r2023 was moved to c:\ to replace c:\matlab and renamed as matlab r2023. M...

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


plot in designated subfigures in loops
I have the following code. I want to plotsubfigures as required in the comments in main.m. How to plot in designated subfigures ...

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


remove inf in quiver
I want quiver(X,Y,u,v), but there's inf entries in u and v at positions x=y. I'm looking for the smartest way to skip these posi...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


smart function to switch functions
Suppose I want to tune different ode solvers to run: ode23(@fun,...) I want to use 'odesolver' so that odesolver(@fun,...) ac...

12 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


call function name in the same function
In a function, I need to run this function somewhere within the function like function fun i=1 if i>1 function name ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Save and load models in phase plane app
Though there are Save and load buttons in phase plane app, I don't think they work. I never find any models saved.

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


uicontrol doesn't work in Matlab 2023a
figure;pauseButton=uicontrol('Style','pushbutton',... 'String','pause','Position',[2000 60 100 100],... 'Callback',@(s...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


vectorization examples for efficiency
I wonder if the following expressions are already optimized forms for computational efficiency and if not how to rewrite them? ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


multiple actions following @(src,event) in uicontrol
How to add another action or function to the following Button=uicontrol('Style','pushbutton', 'String','pause','Position',[1800...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Smart way of adding paths
For those using multiple PCs, it is necessary to use a smart way of adding paths. How is it possible to add paths like: a='c:\...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


role of flux f in bcfun of pdepe for systems of PDEs
To solve utt=uxx, as the flux term f has a 0 entry in pdefun, the same f is in bcfun. In bcfun, there's q(x,t)f(x,t,u,ux), which...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


functions don't take effect
When calling a function involving multiple other functions where some changes are made, new changes don't take effect even when ...

alrededor de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


uicontrol to start over a loop
uiwait/uiresume through uicontrol can be used to pause/continue a loop. Is there a corresponding ui+... to start over a loop fro...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


concatenate multiple 'OutputFcn' options in odeset?
Is there a way to output both odeplot+odephas2 after modifying the following? options=odeset('OutputFcn',@odeplot,'OutputFcn',@...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


3D plots rotated in live scripts
It seems that once 3d plots in animations are rotated, the animation can't be replayed again, for the control slider automatical...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Cargar más