Risposto
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...

circa 11 anni fa | 0

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

oltre 11 anni fa | 0

Domanda


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...

oltre 11 anni fa | 4 risposte | 4

4

risposte

Risposto
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 ...

oltre 11 anni fa | 0

Domanda


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...

oltre 11 anni fa | 1 risposta | 1

1

risposta

Risposto
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...

oltre 11 anni fa | 0

Risposto
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...

oltre 11 anni fa | 0

Risposto
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...

oltre 11 anni fa | 1

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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_...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
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-...

oltre 11 anni fa | 0

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

oltre 11 anni fa | 2

Domanda


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', ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Risposto
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...

oltre 11 anni fa | 0

Risposto
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...

oltre 11 anni fa | 0

| accettato

Risposto
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/...

oltre 11 anni fa | 0

Risposto
'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...

oltre 11 anni fa | 0

| accettato

Domanda


'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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 12 anni fa | 6 risposte | 4

6

risposte

Domanda


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 ...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Risposto
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...

quasi 12 anni fa | 0

Risposto
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...

quasi 12 anni fa | 2

Risolto


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...

quasi 12 anni fa

Risolto


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...

quasi 12 anni fa

Carica altro