MATLAB AppDesigner | Tutorial 16 | Adding rows and columns to tables

  Рет қаралды 41,047

Benito Sebastian

Benito Sebastian

Күн бұрын

☑️ In this video:
1:11 Reading excel data in
2:09 Changing a value inside a cell
4:07 Adding a new row
5:54 Adding a new column
▶️ If you are finding my videos helpful please leave a like and subscribe to my channel.
If you have any questions or topics that you are interested to learn about, let me know in the comments or on my discussion page : / @benitosebastian
⏭️ In the upcoming videos I'll teach how to use all the components in components library and how to connect AppDesigner to Simulink.
✉️ Get in touch:
If you do need some one to one support, feel free to drop an email via my contact page on my website. I will try my best to get back to you.
Thanks for watching everyone!

Пікірлер: 26
@yingchengzan3139
@yingchengzan3139 4 жыл бұрын
You're a very good teacher! thanks !
@Horst1109
@Horst1109 3 жыл бұрын
Thank you very much. You explained so easily, I could understand everything and got all my data managed with your help.
@andreii.6094
@andreii.6094 3 жыл бұрын
Thank you so much - exactly what I was looking for! Very clear, concise explanations, focused, to the point - the best I have seen on Matlab so far! I subscribed to your channel and made myself a note to watch your other videos as well. Thank you!
@abdulkadirgozuoglu8946
@abdulkadirgozuoglu8946 4 жыл бұрын
Thank you very much..
@prabhjeetsingharora
@prabhjeetsingharora 2 жыл бұрын
Hi Benito, thank you for creating such easy-to-understand videos. I was just wondering, is it possible to enter a table with user-defined values. So that I can create a vector out of it and use it as an initial condition to solve the simulation problem. Thanks
@YaGaRa12
@YaGaRa12 4 жыл бұрын
Another way to open file (csv or any other file compatible with matlab): [file,path] = uigetfile('*.csv'); File = strcat(path,file); data = readtable(File,'HeaderLines',1);
@tuncaykamas5275
@tuncaykamas5275 3 жыл бұрын
Hello Benito, great tutorials I really enjoy and learn a lot. I have just tried to generate my own app that works along with MATLAB but does not work as a standalone app. I guess it is due to the fzero function that I used to solve an equation because it is the only difference from your apps which always work as a standalone app. Could you please tell me how to handle with this issue. By the way, on the command window, these lines appear when I run my app as a standalone app: Unknown elementType = toolstrip_tab Unknown elementType = list_item. Thanks in advance and keep on your successful teaching career.
@matteomascia5989
@matteomascia5989 3 жыл бұрын
hi Benito, I would ask you something in a previous tutorial you renamed the table's VariableNames, since the new VariabaleNames contain a space ('x Data') I'm no more able to access it. I must remove the space or it exists a way to handle it?
@hariputra8705
@hariputra8705 4 жыл бұрын
hi benito i would ask something i use Matlab R2016A,and i cann't found any table in component library,what should i do to add more component in my library THX B4
@BenitoSebastian
@BenitoSebastian 4 жыл бұрын
Hi Hari, You can use the following code: fig = uifigure; uit = uitable(fig,'Data',t.table); This is also a helpful link: uk.mathworks.com/help/matlab/ref/uitable.html
@viktorgonczi343
@viktorgonczi343 3 жыл бұрын
Hello Benito! Is there any solution for the new column name to be automatically extended when I add a new column to the table? If I type column 1, column 2, and column 3, the fourth column will no longer have a name. Thank you very much!
@prakashshyamkaruppiah320
@prakashshyamkaruppiah320 3 жыл бұрын
Hi, can you please tell me how to put a function in an new column For eg. If I import ColA and ColB from Excel then I need ColC = ColA*ColB.
@islamdib9663
@islamdib9663 Жыл бұрын
hello please, how do make desktop application ? and did it run without matlab, I mean if i didn't instal matlab in my pc, did this application work?
@ab-bs5dz
@ab-bs5dz 2 жыл бұрын
Hi Benito.. Great Videos. Please I need your help 😃. How can I read a table with Data and variables names that start at nth row(e.g row7).
@nikhilpatil42
@nikhilpatil42 3 жыл бұрын
Hi.. is there any video to generate a PowerPoint presentation using Matlab with default template?
@MUHAMMADUSMAN-i6v
@MUHAMMADUSMAN-i6v Жыл бұрын
Hi hope you are fine. Can you please tell me as my table data in rows and how i shift it into columns in GUI matlab?.
@krutikgujarathi1554
@krutikgujarathi1554 3 жыл бұрын
Sir please tell me that how open the another windows by clicking to button .....or how to open the multiple windows by clicking to next button
@faisalaziz6331
@faisalaziz6331 3 жыл бұрын
Hi benito, could you please reply me with how to enter 6x6 matrix in app designer like we used to do in Matlab
@kestonsmith1354
@kestonsmith1354 4 жыл бұрын
can you do a video how to delete rows and columns and compare rows for analytics
@BenitoSebastian
@BenitoSebastian 4 жыл бұрын
Sure will do!
@BenitoSebastian
@BenitoSebastian 4 жыл бұрын
Hi Keston, Check out Tutorial 18!
@joelh3466
@joelh3466 4 жыл бұрын
Hi how do u edit ur videos
@BenitoSebastian
@BenitoSebastian 4 жыл бұрын
Hi Joel, I use final cut pro to edit my videos.
@joelh3466
@joelh3466 4 жыл бұрын
Benito Sebastian do u use a Mac then
@BenitoSebastian
@BenitoSebastian 4 жыл бұрын
@@joelh3466 Yes :)
@amirroblex133
@amirroblex133 4 жыл бұрын
Hi Benito Tnx for your helps so far. I hope you can help me with this problem in my app. I have a map (exactly like the France Eiffel Tower example in link below) uk.mathworks.com/help/map/points-lines-and-polygons.html That when I run its code in a script it has no problem and it displays in a figure. But my problem and question is for when I want to run it in appdesigner. I don't know where should i plot it, I guess it must be plotted in a ui axes but i don't know its right or not, and i have problem in plotting it to axes. I use a plot code like number 9 tutorial for plotting axes. But it gives a error for not having enough input arguments and then the exact same figure like in the script one displays again. I appreciate your helps that made me to reach to this level.
MATLAB AppDesigner  | Tutorial 17 | Using properties to add data to table
10:42
MATLAB AppDesigner | Tutorial 14 | Reading Data from Excel to Table
8:08
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 43 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 5 МЛН
Tables in MATLAB - Everything You Need to Know | MATLAB Tutorial
10:44
How to Build a GUI in MATLAB using App Designer
10:26
MATLAB
Рет қаралды 191 М.
MATLAB AppDesigner | Tutorial 18 | Deleting Rows & Columns from Tables
8:57
Beyond Excel: Enhancing Your Data Analysis with MATLAB
1:00:42
MATLAB + ChatGPT = MatGPT 🤯
10:09
Jousef Murad | Deep Dive
Рет қаралды 33 М.
Passing Values in AppDesigner in Matlab
9:12
SnugglyHappyMathTime
Рет қаралды 10 М.
App Design in MATLAB
54:04
CES - MATLAB in the Middle East
Рет қаралды 20 М.
MATLAB AppDesigner | Tutorial 15 | Reading and Plotting Data from Excel
8:05
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 43 МЛН