how to use a data from matlab as a input in simulink [closed] - matlab

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
To all MATLAB and Simulink users
I am new in matlab and simulink. I calculated a motion with time in matlab and then I would like to use it as a input data in simulink. Anyone can teach me how to do this please. Please tell more details (which block and how to set both in M and S) as I am a really really new user.
Thanks.

the block you are looking for is called From Workspace. The easiest way to import data with it is maybe as a time series. Try using your data, and read this for trouble shooting.
Also this https://stackoverflow.com/a/8330468/2554157

Related

How can I format code properly in a ChatGPT prompt? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 days ago.
Improve this question
I've tried the usual markdown syntax, for example:
```py
# Here's my Python code
import this
```
But it doesn't seem to work, it just displays it literally as if it was plain text. I wasn't able to find information as to whether markdown was the right syntax, or if there's another one, or if there simply isn't one. But when it replies with code, it does display it in a proper format (monospace font and everything), so that seems to indicate that there might be a way.
Of course this doesn't hinder its comprehension of code in any way, it's just for me, if I want to review the conversation later.

How does QR-code work? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Can you please explain me How actually QR codes are created and How they are decoded. There are lots of websites and apps that can do the job. Here I have created a QR-code for the character QR12 by the website and this gives the following code :
I have decoded it to verify with the website and this gives the correct result.
I a'm very much interested to know the logic behind this to encode each character which is related to each square block. If I want to create this QR code by hand using pen and white paper, how can I do this. How can I do the reverse process also manually.
Thanks in advance.

How to add two figures side by side, and insert captions to each of them? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
In Word, I can add two figures side by side, however, when I insert captions to each of them, the figure number doesn't change, both of them have the same figure number. How can I solve this problem?
You can put the figures into a borderless two-column table. Your pictures are actually put in an invisible table. Then you can add captions to each of the pictures and Word will provide different figure numbers.

About TSMessage [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Improve this question
I Build a APP demo to my Iphone,but I found that TSMessage are not IOS7 style(blurry),why did it not IOS7 style?I see the source code said that the TSMessage will be IOS7 style if my OS version is 7.
Please tell me why,thank you!
Generally, you should provide more details with your question. Right now, one may just guess the correct answer. But: this issue posted on the GitHub project page may shed some light.

How to check the existence of a Group in Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have successfully been able to determine if a specified user exists under DOMAIN/User but I am not sure of the best way to determine if a group exists under a specific domain.
Has anyone created a solution for this issue?
Thanks!
You can also use the adsisearcher type shortcut:
([adsisearcher]'(&(objectClass=group)(samaccountname=group1))').FindOne()
[ADSI]::Exists("WinNT://$srvName/$grpName,group")