- 46
- 106 039
Salem ibrahim
เข้าร่วมเมื่อ 3 พ.ย. 2013
15 Revising MATLAB via Examples
16 MATLAB examples that cover basic knowledge will be solved
มุมมอง: 596
วีดีโอ
Add bulk users to MS teams using Text file and PowerShell
มุมมอง 8K3 ปีที่แล้ว
This video shows how to add bulk users/members to MS teams using a list of emails from a text file and Windows PowerSell. The process requires six steps as follows: 1. Run PowerShell as administrator 2. Install the Microsoft Teams PowerShell module Install-Module -Name MicrosoftTeams 3. Connect to MS Teams Connect-MicrosoftTeams 4. Get Teams GroupId Get-Team OR Get-Team -DisplayName "Test_Bulk_...
Gmail - Translate your Emails and Restore the Missing Translation Bar
มุมมอง 2K3 ปีที่แล้ว
This video demonstrates how to : 1. Translate your email from one language to another. 2. Restore the missing Gmail Translation bar
12.4 Error while importing Data due to Current Folder Path
มุมมอง 1.4K4 ปีที่แล้ว
This video describe how to overcome the error while import data to MATLAB
15 Summary of all MATLAB Basics (MATLAB Basics from A to Z in one hour video)
มุมมอง 8984 ปีที่แล้ว
During the video, the following topic will be covered: Arithmetic operators & Element-by-element operations Order of Mathematical Operation Managing commands (clc, help, doc, format) Covert Mathematical Expression to MATLAB function (pi, log, !, Trigonometric functions, ...) Round functions for numbers (round, fix, ceil, floor) Clear, save and load workspace variables Creating arr...
14 User Defined Function in MATLAB (Function with the script file and in a separate function file)
มุมมอง 1.9K4 ปีที่แล้ว
The video explains the following concepts: What is user defined Function? General form of a Function what are the differences between a Function in a Script File and in a Separate function file.
13.4 Export Matrix from MATLAB to Excel and Text files
มุมมอง 13K4 ปีที่แล้ว
It is important to know how to export data from MATLAb to Excel or text file. This video explains the "writematrix" function to export matrix and data to file. "writematrix" function is a new function release in 2018 and it replaces several other function such as xlswrite, dlmwrite, csvwrite and many others. this video explains how to add header to the exported file in the first line before the...
13.3 display "disp" function in MATLAB
มุมมอง 5K4 ปีที่แล้ว
disp display" function in MATLAb is a nice tools to print a message on the screen. This video explains how to use disp function to show a variable value and how to concatenate numbers or string to display several variables in on line.
13.2 Input function in MATLAB
มุมมอง 1.7K4 ปีที่แล้ว
This video discuss how to use input function in MATLAB. Input function request a user to define an input. Input function can receive both numeric and string input.
13.1 String in MATLAB
มุมมอง 3.9K4 ปีที่แล้ว
This video explains String in MATLAB using the following topic: Define a string as scalar, vector & matrix, Count the number of Characters in a String using strlength function. String Concatenation.
12.3 Import Data from Excel and Text Files Using readmatrix function
มุมมอง 7K4 ปีที่แล้ว
This video explains how to import data from excel and text files using readmatrix function. The readmatrix function is recommended in MATLAB over other functions such as xlsread or csvread.
12.2 Import Data from Excel and Text Files without coding using Import Data tool in Toolstrip
มุมมอง 4894 ปีที่แล้ว
This video illustrates how to import iata from excel spreadsheets and text files without coding using Import Data tool in Toolstrip. When importing data we can control the following: Delimiters (comma, tab, semicolon, etc, ) . Output type of imported data (Numeric Matrix, Column Vectors) Title proposed for Numeric Matrix Title proposed for Column Vectors Data Type (text, numeric, Date...
12.1 Introduction to Excel and Text Files before importing data into MATLAB
มุมมอง 3924 ปีที่แล้ว
In this video, I give a brief introduction and comparison between Excel Spreadsheets, CSV files & text files. The comparison includes the arrange of the data, file extension, software to open and more.
11.3 While Loop in MATLAB
มุมมอง 3224 ปีที่แล้ว
This video explains in detail how to create a loop in MATLAB using while-loop. I provides examples to explain the looping concept and how to avoid infinite loop.
11.2 Nested For Loop in MATLAB
มุมมอง 1.3K4 ปีที่แล้ว
This video explains in detail how to create a nested for loop in MATLAB. I provides examples to explain the nested loop concept. I also explain how to investigate a matrix's elements using nested for loop
9.2 difference in use of (mean, median, max, min, sum) functions between vector & matrix in MATLAB
มุมมอง 7384 ปีที่แล้ว
9.2 difference in use of (mean, median, max, min, sum) functions between vector & matrix in MATLAB
9.1 Array indexing to use, modify or delete elements
มุมมอง 6414 ปีที่แล้ว
9.1 Array indexing to use, modify or delete elements
8.5 Explore Plots Interactively at Figure Windows of MATLAB
มุมมอง 3964 ปีที่แล้ว
8.5 Explore Plots Interactively at Figure Windows of MATLAB
8.4 Plots Tab of toolstrip in MATLAB to create interactive Plots
มุมมอง 1K4 ปีที่แล้ว
8.4 Plots Tab of toolstrip in MATLAB to create interactive Plots
8.3 Additional 2D plots in MATLAB (bar, scatter, stem and pie plots)
มุมมอง 5494 ปีที่แล้ว
8.3 Additional 2D plots in MATLAB (bar, scatter, stem and pie plots)
8.2 Figure Command in MATLAB (Figure, close and close all command)
มุมมอง 2.9K4 ปีที่แล้ว
8.2 Figure Command in MATLAB (Figure, close and close all command)
Save as Praat Picture as PNG and Converting Stereo Sound to Mono Sound
มุมมอง 7484 ปีที่แล้ว
Save as Praat Picture as PNG and Converting Stereo Sound to Mono Sound
6. MATLAB 2D plots (plot command and change line & color style)
มุมมอง 7K4 ปีที่แล้ว
6. MATLAB 2D plots (plot command and change line & color style)
ابداع يعطيك العافية
very helpful.
Thank you so much!!!!
Sir i want to provide you subtitle services. and i will give you 1 simple for free. That too will be done in 30 minutes.
Straightforward and easy to understand. Thank you!
kindly help us with the pdf, for practice.
Thank you very much for the impact you are making through ths lecture.
参考になりました。
Thankyou🎉
Why did not it print out for each time the loop run???
شكراً.
Well explained 👏
Wow! Super clear sir thanks 🙏🏻
Very helpful. TY!
Thank you. You were the only one that showed how to get it back if one clicks to "turn off" by mistake. Much appreciated.
thank you sir. You helped a lot!!
Very nice instruction. Well done and thorough
top man Salam - worked a treat
Very useful video. 'ABCD' of MATLAB .
You are doing great sir . This all yoir matoqb course is very much useful to everyone as there is very strong very basic clear explaination of each and every topic.
th-cam.com/video/17Xz539L-dk/w-d-xo.html
You are awesome and helpful
Very useful and clear, other people explain like we already know , thanks alot
how i can add users also from csv to private channel ?
Which version of Power Shell to be used in Windows 11?
Thanks, It was very helpful and straight
very helpful! Thank you :)
can you send me this pdf ,please ?
Thank you sir. Matlab just told me to do the fprintf, but that is more designed for a combination of string and integers, using all this format-spec. This is what i needed
Very nice video, much appreciated
Very useful Salem. Two questions: I'm wondering why this PowerShell technique does not require to be run by Token (other platforms require this as a safety feature)? The second question is, can PowerShell be used to bulk import to more than one Team at the same time?
Nicely Explained.
How can I rotate the xticklabel in a bar graph?
solving the dock and undock problem <3
Thank you very much for this videos
The best explanation of all the vidoes on you tube ...you are great
Thanks mr salem
Thank you so much you are better than my teacher :) It helped me a lot.
How to copy a team with its private channels via PowerShell (instead of creating them again) ?
Thankssss!! It really helps...
Thank you sooo much Salem.. you saved my time.. it works :)
Thanks for the easy explanation :D
يعطيك الف عافية ما تقصر, الشرح مره يساعد مع فهم كيف طريقة استعمال ماتلاب, الله يسعدك اخوي ويرزقك خير الدنيا والاخرة.
Thank you so much........!!
but what if youtube recognizes the wrong base language. for example I want to watch a Japanese video but youtube recognizes it as french?
Dear professor. Thank you so much for your cours. Is it possible please to send me your powerpoint material?
can i download this function and use it in earlier versions, such as Matlab 2016a ??
3. Connect-MicrosoftTeams coming error in this step Connect-MicrosoftTeams : The 'Connect-MicrosoftTeams' command was found in the module 'MicrosoftTeams', but the module could not be loaded. For more information, run 'Import-Module MicrosoftTeams'. At line:1 char:1 + Connect-MicrosoftTeams + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Connect-MicrosoftTeams:String) [], CommandNotFoundException + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
Hi Salem i found you video tutorial super great but in the end i got an error, could you help me? Add-TeamUser : Cannot bind the argument to the 'User' parameter because it is null. No linha:1 caractere:139 + ... eamUser -GroupId 2d1c5fe8-bb42-4ab5-9a5b-cf260df00bc1 -user $_.email} + ~~~~~~~~ + CategoryInfo : InvalidData: (:) [Add-TeamUser], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.TeamsCmdlets.PowerShell.Custom.AddTeamUser
Hello, and thanks for the explanation! I have a matrix, but i need to save the corresponding x and y data aswell. Do you have an idea? @Salem ibrahim