![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8009137_1526582871279.jpg)
Alberto Cuadra Lara
Universidad Carlos III de Madrid
Web: https://acuadralara.com. Current position: post-doctoral researcher in Fluid Mechanics
Python, MATLAB
Spoken Languages:
English, Spanish
Professional Interests:
App Building, Applied Mathematics, Compressible Flow and Hypersonics, Combustion and Turbomachinery, Fluid Mechanics
Statistiques
RANG
940
of 297 010
RÉPUTATION
80
CONTRIBUTIONS
1 Question
33 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
6
RANG
3 526 of 20 418
RÉPUTATION
430
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
8 Fichiers
TÉLÉCHARGEMENTS
118
ALL TIME TÉLÉCHARGEMENTS
2720
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Combustion Toolbox
A MATLAB-GUI based tool for solving gaseous combustion problems
3 mois il y a | 93 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/a19e2649-19bb-4dec-a112-44647406f9ac/4450e3f0-c3b6-4dcf-a1c9-475fe267eb7c/images/1666889723.png)
whats wrong with this app?
Hi Muazma, I guess the property Osmotisk_data is obtained from app3, right? In that case, you should refer to X = app.Callinga...
environ un an il y a | 0
How to invoke a matlab.apps.AppBase based class without App Designer?
Hi Kenneth, I think that should work. Have you saved the *.m file with the same name as the *.mlapp? Otherwise you should rena...
environ un an il y a | 0
A soumis
Fractional Brownian Motion Generator
Generate patterns using the fractional Brownian motion
presque 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/380d114e-ec04-414c-a620-fc26cf9bd300/e43dcbd0-0d2d-43f5-8827-9053a514b25e/images/1682607283.png)
A soumis
UIElements
UIElements is a Graphic User Interface (GUI) to select and analyze the species included in NASA's database and the Third Milleni...
presque 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9e0c5ab0-bedc-438f-a471-8b3e073b8366/8376d5ca-802c-4538-9156-2fac878afb62/images/1678913434.png)
How can I avoid looping here?
Hello Behrooz, By using elementwise operators {.* .^ ./}. Best, Alberto % Definitions STD_w=0.05; STD_gama=5; mea...
environ 2 ans il y a | 0
How to plot it please help
Hello Melika, If you want to extract the results, I recommend to use WebPlotDigitizer. This can also be done with MATLAB. After...
environ 2 ans il y a | 0
| A accepté
Saving the timestamp for each iteration in an array
Hi Lola, The property date_final is already a cell, so you are saving a cell value of the cell, which is not what you want. % ...
environ 2 ans il y a | 0
Add second y axis for a single data
Hello Gunay, Use yyaxis, here is a simple example. Best, Alberto x = [3,5,6,8,11]; y1 = [6,7,9,14,17]; y2 = [0.5,2,5,7,11]...
plus de 2 ans il y a | 0
| A accepté
A soumis
UIPassword
A free to use secure password generator
plus de 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/6340c74c-66b2-4866-b4ae-7249dfc02cae/b1ad7e6d-4a15-48ab-b479-739f24a977f5/images/1664461064.png)
plot the following equation in file
Hello Shiv, I would proceed as follows. The figure is not similar, but it may be useful to see the procedure. Best, Albert...
plus de 2 ans il y a | 0
why the plot is not coming, is my plot function is wrong? please find the defect in the code.
Hello Sahil, You are plotting a point not a vector with the same length as the time variable. Remove the mean function. I als...
plus de 2 ans il y a | 0
| A accepté
A soumis
Finite Volume Methods 1D - educational
Educational GUI to learn about Finite Volume Methods in 1D (linear and non-linear equations)
plus de 2 ans il y a | 4 téléchargements |
A soumis
RANS turbulent channel flow
RANS simulation of a turbulent channel flow solved with different models (0 to 2 transport equations)
plus de 2 ans il y a | 10 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/11b4c2ee-0fa5-4968-996f-403ab0d02c77/2becde91-56f4-4b0c-92b8-d217c74a22e8/images/1635208057.png)
A soumis
UIFeedback
Generate an object to get Feedback from users/customers
plus de 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f23f485a-e2a7-4536-9b32-b2c5ca0d46df/e746998a-2ca6-428b-a2d7-07762aa67b9d/images/1635408196.png)
adding for loop with linspace with many variables
Hi Dana, I'm not sure if this is what you expect, but here is the code without errors. I have changed the handle functions to v...
plus de 2 ans il y a | 0
adding for loop with linspace with many variables
Hello Dana, There are inconsistencies in your code: x is not defined before use it The loop is not properly defined, for i ...
plus de 2 ans il y a | 0
Add and delete Tree nodes with context menu in app designer
Hi Jae-Hee, You can delete the node directly as follows % Remove node of UITree delete(app.TreeNode) % If you want to remove...
plus de 2 ans il y a | 0
| A accepté
Multiple Font Sizes in for a label in app designer
Hello Leon, I'm not sure if this is possible, because the font size is a property of the Label class. My approach would be to u...
plus de 2 ans il y a | 0
| A accepté
Calculate dV/dQ to plot differential voltage analysis curve?
Hello Ekagra, I guess you have numerical values of the voltage as a function of the discharge/charge capacity, right? In this c...
plus de 2 ans il y a | 1
| A accepté
How to compute values using for loop then depending on time interval we plot the output?
Hello Mohammed, There is no need to use loops here. MATLAB works great with vectors and is designed for this purpose. I hope th...
plus de 2 ans il y a | 0
Plotting differential equation results
Hello Sabella, I have not worked too much with symbolic, but I think this approach may solve your problem. In case you want ...
plus de 2 ans il y a | 0
| A accepté
How to plot the results from dsolve matlab
Hello Sabella, I have not worked too much with symbolic, but I think this approach may solve your problem. In case you want ...
plus de 2 ans il y a | 0
How to display decimal points on a graph ?
Hello Steven, To display decimals point you can use xtickformat and ytickformat for the x and y axis, respectively. Also, you...
plus de 2 ans il y a | 1
| A accepté
How to take a "differential equation" as input from user in matlab appdesigner?
Hi Himalay, As @Walter Roberson commented, support of character vectors and strings will be removed in a future release. Anyway...
presque 3 ans il y a | 1
To save plots without showing them on the screen
Hi Vahid, Just set the property 'visible' of the object figure to 'off'. f = figure('visible','off'); hold on for k=1:length...
presque 3 ans il y a | 0
| A accepté
how can i call vector and their element at a time for comparision
Hello Chaudhary, I see... Okay so you need to use the eval function, but it will be much slower. % Input Fr1 = [0.8147; 0.905...
presque 3 ans il y a | 0
how can i call vector and their element at a time for comparision
Hi Chaudhary, A loop using the function any will be my approach. % Input Fr1 = [0.8147; 0.9058; 0.1270; 0.9134; 0.6324]; Fr...
presque 3 ans il y a | 0
| A accepté
A soumis
Interactive intersection circles
Plot circles until the user right-clicks. If the circles intersect, they will change to the same random color.
presque 3 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d5baa3f9-b323-4494-b0d7-3f8434ad551f/0abcaa4a-5ef9-444a-8aef-f9ccd5d7953e/images/1651230002.png)
I would like my code to allow the user to plot as many circles as they want until the user right clicks, if the circle plotted intersects any other circle it must change color
Hello Brock, As other members of the community have pointed out, there were few conditions missing. I have reorganize your scri...
presque 3 ans il y a | 0