回答済み
open another software using MATLAB
If you can figure out how to launch VPN from the Windows or Linux command line (try reading the VPN documentation or doing a Goo...

11年以上 前 | 0

質問


Would you benefit from a Matlab/Simulink user group?
I don't believe that Mathworks actively encourages in-person user groups where local Matlab/Simulink users get together to infor...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Resize figure window to reduce whitespace?
I have a script that automatically generates reports using <http://www.mathworks.com/matlabcentral/fileexchange/17953-wordreport...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How do I run a simulation with a transfer function block and a multi dimensional input ?
Would it be possible to make one input time series which has all the desired sine waves concatenated into 1 series, and then jus...

11年以上 前 | 0

質問


Spaces for readability in code
Which of following lines of code do you think is more readable: plot(rand(1,1,1)+17/2,'r*');%No spaces plot(rand(1, 1, 1...

11年以上 前 | 4 件の回答 | 4

4

回答

回答済み
systematic: Do not use global, don't use eval
If you migrate from Matlab to Simulink, you will find that the community and documentation uses globals fairly widely. It was a ...

11年以上 前 | 0

質問


Force Matlab figure to lie above all other desktop windows
I am creating avi videos using VideoWriter, and am having a problem with the image captured in the videos. I intend the videos t...

11年以上 前 | 1 件の回答 | 1

1

回答

回答済み
How can I implement conditional compilation logic in simulink and stateflow?
Simulink allows <http://www.mathworks.com/help/simulink/conditional-subsystems-1.html Conditional Subsystems> which are block gr...

11年以上 前 | 0

回答済み
Simulink model very slow when integrates
I agree with Ryan on the cause and possible steps. In case it is helpful, here are some general links on speeding up model execu...

11年以上 前 | 0

回答済み
Experiences with release 2012b
At first glance, the Simulink changes are nice, especially being able to comment out blocks (Matlab users - can you believe this...

11年以上 前 | 1

質問


How to run a function which is not on the path?
I would like to run a function which is not on MATLAB's path. Formerly I did this with <http://www.mathworks.com/matlabcentral/f...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Problems obtaining the correct number of frames in video file
I am having trouble using VideoReader to determine the correct number of frames in a video file, videoObj = VideoReader('2_...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Advice on VideoReader including missing codec
I have some mpeg videos that I would like to scroll through, and export/crop individual frames for inclusion in a report. I do n...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Why all the plots from my program originate from (0,0).
If your question is "how do I change the display on my scope", <http://blogs.mathworks.com/seth/2011/09/14/how-to-customize-the-...

11年以上 前 | 0

質問


Could machine reboot cause loss of Matlab path?
I use <http://www.mathworks.com/help/matlab/ref/savepath.html;jsessionid=bbc30a1bae93e38c4cf15d762534 savepath> to save my MATLA...

11年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Track changes made to model
<http://www.mathworks.com/help/simulink/ug/managing-model-versions.html Here> are Mathwork's suggestions on managing model versi...

11年以上 前 | 2

質問


How to create a cell of strings from a vector?
I have the vector x = [ 10.027 20.35 50.1 100.002 ] which I would like to convert to the cell x = { '10', '20', ...

11年以上 前 | 3 件の回答 | 0

3

回答

回答済み
Licensing and memory usage on multi-core system
You can launch many separate instances of Matlab/Simulink on one computer without needing more than 1 license. I do this all the...

11年以上 前 | 0

回答済み
Chop vectors in between a specific time range?
I think you are running a Simulink model and outputting values for your entire 10-second simulation using the To Workspace block...

11年以上 前 | 0

| 採用済み

回答済み
Initial conditions fail to converge in simscape simulation?
I don't think it's the main issue, but just in case I will point out that <http://www.mathworks.com.au/matlabcentral/newsreader/...

11年以上 前 | 0

回答済み
'Find & Replace' ignores quoted strings
This is due to checking the Whole Word box. The problem disappeared when it was unchecked. I hope this spares someone else a sil...

11年以上 前 | 0

| 採用済み

質問


'Find & Replace' ignores quoted strings
I am having a problem with the editor's 'Find & Replace' tool. I have a mfile containing containing quoted strings like l...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Why are pie charts in multiple subplots black?
I have a program that generates many pie charts, each within its own subplot. Oddly, after I apply a legend or resize the figure...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


List all variables in a mfile
*Is there a way to list all the variables used by a mfile*? Here is the scenario: I am editing a legacy function which takes in ...

12年弱 前 | 3 件の回答 | 0

3

回答

質問


Extract numbers from mixed string
I have a file containing header lines like the following, Test setup: MaxDistance = 60 m, Rate = 1.000, Permitted Error = 5...

12年弱 前 | 6 件の回答 | 4

6

回答

質問


Simulink training class 'Simulink for System and Algorithm Modeling'
If you have taken Mathworks' training course <http://www.mathworks.com/services/training/elearning/courses/SLBE_3.html Simulink ...

12年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Synchronizing 2 Simulink Models on 2 different machines via UDP
A workaround to your original problem might be to run your Simulink model with the <http://blogs.mathworks.com/seth/2010/10/17/p...

12年弱 前 | 0

回答済み
What is missing from MATLAB?
I wish that when I use cell execution (CTRL-Enter from within a cell), the cell's commands would appear in the History and could...

12年弱 前 | 2

解決済み


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

12年弱 前

解決済み


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

12年弱 前

さらに読み込む