メインコンテンツ

結果:

Hi
I am wokin on the transfer fuction block to model the dyamic syatem of the aircraft. But durin the modeling i have noticed that there is no sample time space to enter the value.
How can I enter the sample time in the discrete transfer fucntion block.
Moja
Moja
最後のアクティビティ: 2023 年 10 月 13 日

The carot symbol on my keyboard (ˆ shift+6) doesn't work on matlab. Matlab doesn't recognize it so I can't write any equation with power symbol. I tried every possible solution on the web and it doesn't work. even in the character viewer I don't have any result when I search ''caret".
Ben Pasquariello
Ben Pasquariello
最後のアクティビティ: 2023 年 11 月 6 日

Exciting news for students! 🚀Simulink Student Challenge 2023 is live! Unleash your engineering skills and compete for exciting rewards. Submission deadline is December 12th, 2023!
In the past year, we've witnessed an exponential growth of ChatGPT and other Generative AI tools. AI has quickly become a transformative force across industries, from tech giants to small startups, and even community sites like ours. For instance, Stack Overflow announced its plan to leverage AI tools to draft a question or tag content; Quora built a ChatGPT bot to answer questions; and GitHub is piloting the AI tool for personalized content.
This trend in the community landscape makes me wonder what MATLAB Central community, especially in MATLAB Answers, can do to integrate AI and enhance the community.
Share with us your ideas in the comment session. Ideally one comment per idea, so that others can vote on a secific idea or have deeper discussions about it.
Adam and Heather will be discussing new features in R2023b and answering your questions in a few hours - visit the link below to check out the preview and sign up for notification.
Chen Lin
Chen Lin
最後のアクティビティ: 2024 年 9 月 27 日

We launched the Discussions area with 6 channels, based on the existing types of content we see today in the MATLAB Central community.
I'm curious which channels you are most interested in participating, or which channels are missing.
Tell us your thoughts here!
Adam Danz just launched a new blog about MATLAB Graphics and App Building.
As you know, He has been a prolific contributor to MATLAB Answers and one of his answers recently won the Editor's Choice Award.
If there are any topics or questions you are interested in, please share with Adam, and I am sure he will get those into his blog.
Farai Gatawa
Farai Gatawa
最後のアクティビティ: 2023 年 10 月 10 日

I want to design a continouos variable transmission that can be controlled using a PID controller. the one i have designed is giving errors. can anyone help?
Adam Danz
Adam Danz
最後のアクティビティ: 2023 年 10 月 13 日

Over the weekend I came across a pi approximation using durations of years and weeks (image below, Wolfram, eq. 89), accurate to 6 digits using the average Gregorian year (365.2425 days).
Here it is in MATLAB. I divided by 1 week at the end rather than multiplying by its reciprocal because you can’t divide a numeric by a duration in MATLAB (1/week).
weeks = @(n)n*days(7);
piApprox = ((years(13)-weeks(6))/years(13) + weeks(3)) / weeks(1)
% piApprox = 3.141593493469302
Here’s a breakdown
  • The first argument becomes 12.885 yrs / 13 yrs or 0.99115
  • Add three weeks: 0.99115 + 3 weeks = 21.991 days
  • The reduced fraction becomes 21.991 days / 7 days
Now it looks a lot closer to the more familiar approximation for pi 22/7 but with greater precision!
Zahoor
Zahoor
最後のアクティビティ: 2025 年 1 月 16 日

Need help about FPGA Based VSC HVDC Real Time Simulation Model.
Walter Roberson
Walter Roberson
最後のアクティビティ: 2025 年 5 月 8 日 17:28

This person used computer version to build a keyboard input, and used standard flag semaphore for the positions.
Flag semaphore is used mostly by sailors to be able to communicate optically over a distance; it does not need anything more than make-shift flags (but binoculars or telescopes can help.) Trained users can go faster than you might guess.
Hans Scharler
Hans Scharler
最後のアクティビティ: 2025 年 5 月 8 日 17:28

Chen, Rena, and I are at a community management event. It's great to be with others talking about relationships, trust, and co-creation.
Jeevan K C
Jeevan K C
最後のアクティビティ: 2023 年 10 月 10 日

I have toruble setting up back to back test for one of the reference Model in Autosar component.
Getting such error
An error occurred ('RTW:makertw:makeHookError') when calling 'sim':
The call to autosar_make_rtw_hook, during the entry hook generated the following error: Model 'BsdTrvlSigProc' references Interface Dictionary 'BsdInterfaces.sldd'. However, the AUTOSAR properties in the model are not properly linked to the Interface Dictionary. Delete and create a new AUTOSAR mapping for the model. The build process will terminate as a result.
Model 'BsdTrvlSigProc' references Interface Dictionary 'BsdInterfaces.sldd'. However, the AUTOSAR properties in the model are not properly linked to the Interface Dictionary. Delete and create a new AUTOSAR mapping for the model.
I tried deleting and creating new one. Since this reference model inside AUTOSAR component, I would expect configuration to be taken from top Interfaces.sldd
Please give me some hint.
Chen Lin
Chen Lin
最後のアクティビティ: 2023 年 10 月 16 日

I'm in a community conference in Boston today and see what snacks we get! The organizer said it's a coincidence, but it's definitly a good idea to have them in our MathWorks community meetings.
Walter Roberson
Walter Roberson
最後のアクティビティ: 2025 年 5 月 8 日 17:28

A research team found a way to trick a number of AI systems by injecting carefully placed nonsense -- for example being able able to beat DeepMind's Go game.
Walter Roberson
Walter Roberson
最後のアクティビティ: 2025 年 5 月 8 日 17:28

This video discusses the "Cody" bridge, which is a pedestrian bridge over a canal that has been designed to move up and out of the way when ships need to travel through. The mathematics of the bridge movement are discussed and diagrammed. It is unique and educational.
Walter Roberson
Walter Roberson
最後のアクティビティ: 2025 年 5 月 8 日 17:28

Recently developed: a "microscope" based on touch and stereo vision.
Using touch removes the possibility of optical confusion -- for example, black on touch is only due to shape, not due to the possibility that the object has a black patch.
Sorry, you might need a Facebook account to watch the video.
Image Analyst
Image Analyst
最後のアクティビティ: 2023 年 10 月 16 日

(Sorry - it should be 2023b by now.)
Mike Croucher
Mike Croucher
最後のアクティビティ: 2024 年 5 月 13 日

Adam Danz
Adam Danz
最後のアクティビティ: 2024 年 3 月 6 日

I'm curious how the community uses the hold command when creating charts and graphics in MATLAB. In short, hold on sets up the axes to add new objects to the axes while hold off sets up the axes to reset when new objects are added.
When you use hold on do you always follow up with hold off? What's your reasoning on this decision?
Can't wait to discuss this here! I'd love to hear from newbies and experts alike!