Salem ibrahim
Salem ibrahim
  • 46
  • 106 039

วีดีโอ

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
11.1 For loop in MATLAB
มุมมอง 8904 ปีที่แล้ว
11.1 For loop in MATLAB
10.2 if Statement in MATLAB
มุมมอง 1.3K4 ปีที่แล้ว
10.2 if Statement in MATLAB
10.1 Logical Operation in MATLAB
มุมมอง 8584 ปีที่แล้ว
10.1 Logical Operation in MATLAB
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)
8.1 Subplots in MATLAB 2D Plots Part3
มุมมอง 1.1K4 ปีที่แล้ว
8.1 Subplots in MATLAB 2D Plots Part3
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
7.3 hold on command in MATLAB
มุมมอง 5K4 ปีที่แล้ว
7.3 hold on command in MATLAB
7.2 Change Legend Location in MATLAB
มุมมอง 3.3K4 ปีที่แล้ว
7.2 Change Legend Location in MATLAB
7.1 Label and Annotation in MATLAB
มุมมอง 6K4 ปีที่แล้ว
7.1 Label and Annotation in MATLAB
6. MATLAB 2D plots (plot command and change line & color style)
มุมมอง 7K4 ปีที่แล้ว
6. MATLAB 2D plots (plot command and change line & color style)

ความคิดเห็น

  • @hiyou7631
    @hiyou7631 4 วันที่ผ่านมา

    ابداع يعطيك العافية

  • @WonderboyWonderboy-zi1dt
    @WonderboyWonderboy-zi1dt 6 หลายเดือนก่อน

    very helpful.

  • @laurentcuilliere3817
    @laurentcuilliere3817 7 หลายเดือนก่อน

    Thank you so much!!!!

  • @umairraisani3593
    @umairraisani3593 11 หลายเดือนก่อน

    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.

  • @biscuitstix_
    @biscuitstix_ ปีที่แล้ว

    Straightforward and easy to understand. Thank you!

  • @CelestineAghaukwu
    @CelestineAghaukwu ปีที่แล้ว

    kindly help us with the pdf, for practice.

  • @CelestineAghaukwu
    @CelestineAghaukwu ปีที่แล้ว

    Thank you very much for the impact you are making through ths lecture.

  • @きっちゃん-x7z
    @きっちゃん-x7z ปีที่แล้ว

    参考になりました。

  • @きっちゃん-x7z
    @きっちゃん-x7z ปีที่แล้ว

    Thankyou🎉

  • @_tasneem7378
    @_tasneem7378 ปีที่แล้ว

    Why did not it print out for each time the loop run???

  • @_tasneem7378
    @_tasneem7378 ปีที่แล้ว

    شكراً.

  • @georgemiti7016
    @georgemiti7016 ปีที่แล้ว

    Well explained 👏

  • @_tasneem7378
    @_tasneem7378 ปีที่แล้ว

    Wow! Super clear sir thanks 🙏🏻

  • @Thevaderdrip
    @Thevaderdrip ปีที่แล้ว

    Very helpful. TY!

  • @marcosleite1382
    @marcosleite1382 ปีที่แล้ว

    Thank you. You were the only one that showed how to get it back if one clicks to "turn off" by mistake. Much appreciated.

  • @jeeza742
    @jeeza742 ปีที่แล้ว

    thank you sir. You helped a lot!!

  • @gregbaty8037
    @gregbaty8037 ปีที่แล้ว

    Very nice instruction. Well done and thorough

  • @MrTheEXjoker
    @MrTheEXjoker 2 ปีที่แล้ว

    top man Salam - worked a treat

  • @adarshtank8124
    @adarshtank8124 2 ปีที่แล้ว

    Very useful video. 'ABCD' of MATLAB .

  • @adarshtank8124
    @adarshtank8124 2 ปีที่แล้ว

    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.

  • @haiderqanshahi8964
    @haiderqanshahi8964 2 ปีที่แล้ว

    th-cam.com/video/17Xz539L-dk/w-d-xo.html

  • @dillpickleboy1128
    @dillpickleboy1128 2 ปีที่แล้ว

    You are awesome and helpful

  • @mogtabaali3991
    @mogtabaali3991 2 ปีที่แล้ว

    Very useful and clear, other people explain like we already know , thanks alot

  • @ahmadtubaishat1597
    @ahmadtubaishat1597 2 ปีที่แล้ว

    how i can add users also from csv to private channel ?

  • @charusaxena5406
    @charusaxena5406 2 ปีที่แล้ว

    Which version of Power Shell to be used in Windows 11?

  • @Lirucas
    @Lirucas 2 ปีที่แล้ว

    Thanks, It was very helpful and straight

  • @EnigmaverseElysium
    @EnigmaverseElysium 2 ปีที่แล้ว

    very helpful! Thank you :)

  • @AhmedEssam-ov4hg
    @AhmedEssam-ov4hg 2 ปีที่แล้ว

    can you send me this pdf ,please ?

  • @Anders6244
    @Anders6244 2 ปีที่แล้ว

    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

  • @MuhammadHussain-mi8wk
    @MuhammadHussain-mi8wk 2 ปีที่แล้ว

    Very nice video, much appreciated

  • @davidm2143
    @davidm2143 2 ปีที่แล้ว

    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?

  • @rakeshbhelari
    @rakeshbhelari 2 ปีที่แล้ว

    Nicely Explained.

  • @josepedrocorisco5474
    @josepedrocorisco5474 2 ปีที่แล้ว

    How can I rotate the xticklabel in a bar graph?

  • @aconejos
    @aconejos 2 ปีที่แล้ว

    solving the dock and undock problem <3

  • @lesrappelsprofitentauxcroy3023
    @lesrappelsprofitentauxcroy3023 2 ปีที่แล้ว

    Thank you very much for this videos

  • @jayrajbhati8144
    @jayrajbhati8144 3 ปีที่แล้ว

    The best explanation of all the vidoes on you tube ...you are great

  • @karimmr8433
    @karimmr8433 3 ปีที่แล้ว

    Thanks mr salem

  • @atpTUBE
    @atpTUBE 3 ปีที่แล้ว

    Thank you so much you are better than my teacher :) It helped me a lot.

  • @naderhussein8535
    @naderhussein8535 3 ปีที่แล้ว

    How to copy a team with its private channels via PowerShell (instead of creating them again) ?

  • @manaralwadaei9480
    @manaralwadaei9480 3 ปีที่แล้ว

    Thankssss!! It really helps...

  • @aghoshraghuvaran
    @aghoshraghuvaran 3 ปีที่แล้ว

    Thank you sooo much Salem.. you saved my time.. it works :)

  • @felipevargas6467
    @felipevargas6467 3 ปีที่แล้ว

    Thanks for the easy explanation :D

  • @NK-iy6if
    @NK-iy6if 3 ปีที่แล้ว

    يعطيك الف عافية ما تقصر, الشرح مره يساعد مع فهم كيف طريقة استعمال ماتلاب, الله يسعدك اخوي ويرزقك خير الدنيا والاخرة.

  • @dipalakchakraborty2743
    @dipalakchakraborty2743 3 ปีที่แล้ว

    Thank you so much........!!

  • @Francis-ce1qb
    @Francis-ce1qb 3 ปีที่แล้ว

    but what if youtube recognizes the wrong base language. for example I want to watch a Japanese video but youtube recognizes it as french?

  • @amineoufella4953
    @amineoufella4953 3 ปีที่แล้ว

    Dear professor. Thank you so much for your cours. Is it possible please to send me your powerpoint material?

  • @charafeddine9220
    @charafeddine9220 3 ปีที่แล้ว

    can i download this function and use it in earlier versions, such as Matlab 2016a ??

  • @ayyappa9866
    @ayyappa9866 3 ปีที่แล้ว

    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

  • @andremoraes2104
    @andremoraes2104 3 ปีที่แล้ว

    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

  • @welfschroeder3128
    @welfschroeder3128 3 ปีที่แล้ว

    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