Simulink Level 2 S Functions Part 2
15:18
Simulink Level 2 S Functions Part 1
14:56
Introduction to Simulink
18:46
9 жыл бұрын
Strain Gauge Mounting Demo
22:17
9 жыл бұрын
Пікірлер
@Kutsuna520
@Kutsuna520 4 күн бұрын
We are still interested in the instructions though 8 years later, and they are increasingly valuable in today’s matlab version where level-1 sfunction has been totally deleted.
@EcheEmmanuelSylvester
@EcheEmmanuelSylvester Ай бұрын
Thanks for the work. Please enlarge the writings that we can see it clearly
@jerryho6120
@jerryho6120 Жыл бұрын
Very informative and easy to follow!
@jabeen5835
@jabeen5835 Жыл бұрын
Thank you so much this SOOO helpful ❤
@rahimonline7034
@rahimonline7034 Жыл бұрын
Quite helpful
@vighneshnkp6866
@vighneshnkp6866 2 жыл бұрын
Hi. I'm working on something similar, only as an extension, I want to generate a .dll from the S-function by writing a tlc file and then import that DLL in unity for visualizing a flight. Does anyone have any leads to guide me with in order to achieve this? Thanks in advance.
@coomer1451
@coomer1451 2 жыл бұрын
Ty for the video!
@dauof3623
@dauof3623 2 жыл бұрын
Nice mic
@quebeccapellaquebeccapella4347
@quebeccapellaquebeccapella4347 2 жыл бұрын
Thanks, you're the best
@zaidal-zubaidi5281
@zaidal-zubaidi5281 2 жыл бұрын
Thank you very much... could you please resume posting tutorials for Simulink
@zaidal-zubaidi5281
@zaidal-zubaidi5281 2 жыл бұрын
Thank you very much...
@amir_btmh
@amir_btmh 2 жыл бұрын
Very good
@vannatorn5801
@vannatorn5801 2 жыл бұрын
Dear sir, thank you for your valuable video, could you please help me???
@EngineeringwithDrKelseyJoy
@EngineeringwithDrKelseyJoy 2 жыл бұрын
I like the demonstration of using the help function to see the documentation (comments in your function). Very clear examples.
@TheMariapparaj
@TheMariapparaj 2 жыл бұрын
It works fine. Thanks Prof.
@dennydeff4972
@dennydeff4972 3 жыл бұрын
hello sir. how to solve the following problem : "Parse error: The input was too complicated or too big for MATLAB to parse" i want to create a function with 1 input and 54 output. thanks
@matthewrhudy2324
@matthewrhudy2324 3 жыл бұрын
54 outputs is a lot. I would suggest combining these outputs into vectors/matrices/structures so that you can reduce this number.
@ravirajpareek9909
@ravirajpareek9909 3 жыл бұрын
how to pass a function as an argument of another function in MATLAB?
@user-br9uu5pg5k
@user-br9uu5pg5k 3 жыл бұрын
Hello Doctor, how are you? I have data between x and y. can you help me to write a one program in matlab to calculate and graph the functions (linear,quadratic and cubic). email:[email protected] thank you so much
@kimteeramsagur6123
@kimteeramsagur6123 3 жыл бұрын
THANK YOU !!!!!
@mustafapicak8345
@mustafapicak8345 3 жыл бұрын
Thanks for being a very simple and explanatory video :)
@matej5071
@matej5071 3 жыл бұрын
this was great! I really appreciate when someone is able to create such a comprehensive lecture. Thank you!!
@hanifvohra1385
@hanifvohra1385 3 жыл бұрын
i need matlab help on coding under FeM project hope u can help
@biswabhanupuhan7036
@biswabhanupuhan7036 3 жыл бұрын
Thank you very much. You are the best.
@omkarkudalkar4621
@omkarkudalkar4621 3 жыл бұрын
plz post some more simulation video or projects
@Lina-mx7oc
@Lina-mx7oc 3 жыл бұрын
great video!
@Arsamiei
@Arsamiei 3 жыл бұрын
Thank you! Would you please share one sample using the memory?
@amensonjoseph
@amensonjoseph 3 жыл бұрын
Here is an other example: kzbin.info/www/bejne/l2mZfaSOlM2onbM
@mdiqbal7168
@mdiqbal7168 3 жыл бұрын
How to store multiple input from one edit text box in matlab gui in text file then all input of single edit text box show in axes in gui of matlab
@karthikmurthy2511
@karthikmurthy2511 3 жыл бұрын
Very helpful.
@jimitvagadiya2215
@jimitvagadiya2215 4 жыл бұрын
Using the user defined function created in above two task write a MATLAB code to generate following signals and plot them: 1. x(n)=u (n ) −6 ≤ n ≤ 6 2. x1(n)=x(n+2) 3. x2(n)=x1(2n) 4. x3(n)=x1(-n) CAN YOU SOLVE THIS PROBLEM .......
@alperensglm1
@alperensglm1 4 жыл бұрын
can you please help me about my homework? i can not do anything about matlab programming because of pandemic situations. even i couldn't get lessons well. Please sir, it's so important for me my question is; Natural Cubic Spline Interpolation Choose x0, x1, x2, x3 and y0, y1, y2, y3. Write an .m file to compute the third order polynomials for the intervals [x0, x1], [x1, x2], [x2, x3]. Plot the functions and the points xi, yi on the same figure. Figure should clearly show that the polynomials pass through the points. I will choose my own xi, yi and test your code
@mukhtarsani9871
@mukhtarsani9871 4 жыл бұрын
Thank you for this wonderful video. Kudos.
@tjdgh1785
@tjdgh1785 4 жыл бұрын
감사합니다! thank you!
@BestEzEu
@BestEzEu 4 жыл бұрын
Very helpful! :) Any idea how to get a matrix as output with more than 1 row? :)
@matthewrhudy2324
@matthewrhudy2324 4 жыл бұрын
You can define a variable as an output that can be a matrix. If you define that variable within your function as a matrix, it will give the matrix as an output and can contain multiple rows.
@BestEzEu
@BestEzEu 4 жыл бұрын
@@matthewrhudy2324 Thank you! It's been solved now :)
@shaileshsuresh
@shaileshsuresh 4 жыл бұрын
Can u please help me with the s function for Sharp IR sensor?
@atiqurrehmanfareedi5707
@atiqurrehmanfareedi5707 4 жыл бұрын
Hey Mr Metthew, what if I have a 3x3 matrix having entries all as a function of "t", how to plot that matrix against ''t''. Any suggestions??
@Lightningyeye
@Lightningyeye 4 жыл бұрын
Thanks for the video !
@blackcat-dz8sp
@blackcat-dz8sp 4 жыл бұрын
thank you a lot you cant imagine how much you helped me ❤️
@steliosgallidis9778
@steliosgallidis9778 5 жыл бұрын
saved the day dude wp !!
@mirzasalkic5252
@mirzasalkic5252 5 жыл бұрын
Can we write cubic spline instead of order and get the coefficients like we did when setting the order of the polynomial?
@zihuixu4619
@zihuixu4619 5 жыл бұрын
excese me,can you answer how to solve the fractional equations by s-function
@REDSLibrary
@REDSLibrary 5 жыл бұрын
Nice work thanks
@sweetybird091
@sweetybird091 5 жыл бұрын
Do you have a user defined function containing loops?
@sweetybird091
@sweetybird091 5 жыл бұрын
Wow thanks for explaining this in such simple terms to comprehend. The way you formulate the words to aid in understanding the examples are superb. Great job
@siuuomi
@siuuomi 5 жыл бұрын
Thank you m9
@user-fi3wv5yn9l
@user-fi3wv5yn9l 5 жыл бұрын
Hi Prof Could you explain to us how to do Such these questions Write a MATLAB code that can convert a vector in any coordinate system to the other two coordinate systems. The code must ask the use to select in which coordinate system is the entered data It says vector not point so the user will enter variables and waiting variable vectors outcome Can be this done by matlab
@sukantakumarmuduli7449
@sukantakumarmuduli7449 5 жыл бұрын
Thanks Matthew it's really helpfull
@kirillchernishov2224
@kirillchernishov2224 5 жыл бұрын
Hey, this was helpful insight but I couldn't solve my issue... I have a Simulink model that represents an HVAC System. I need to input a range of Outdoor temperatures into my simulink model. A specific range with an increment. Then it goes to and if-then-else split system. Is there an option for this within either Simulink or a Matlab function? Thanks.
@princesstahir6765
@princesstahir6765 5 жыл бұрын
thanks a lot Mr. Matthew