photo

The Matlab Spot


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
32 Risposte

File Exchange

2 File

Cody

0 Problemi
5 Soluzioni

RANK
1.446
of 301.537

REPUTAZIONE
50

CONTRIBUTI
0 Domande
32 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
7

RANK
2.606 of 21.318

REPUTAZIONE
662

VALUTAZIONE MEDIA
4.60

CONTRIBUTI
2 File

DOWNLOAD
6

ALL TIME DOWNLOAD
6136

RANK
58.371
of 175.234

CONTRIBUTI
0 Problemi
5 Soluzioni

PUNTEGGIO
60

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
How can I move the starting plot point in figure?
Check varying XData & YData for the Image object that you have created. It is about changing the X & Y Offsets Refer <http://...

oltre 11 anni fa | 0

| accettato

Risposto
How to use loop in Simulink model
Refer <http://www.mathworks.in/help/simulink/slref/foriterator.html this link>

circa 12 anni fa | 0

Risposto
How to find degree of polynomial in Matlab?
See if <http://www.mathworks.in/help/matlab/ref/polyval.html polyval> helps

oltre 12 anni fa | 0

Risposto
running c program in matlab
I dont know about using unix commands, But Can you check out if you can use <http://www.mathworks.in/help/matlab/using-c-shared-...

oltre 12 anni fa | 0

Risposto
How to construct an anonymous function from the result of the fit command?
Refer <http://www.mathworks.in/help/matlab/matlab_prog/anonymous-functions.html Anonymous Functions> for further details

oltre 12 anni fa | 0

Risposto
running c program in matlab
I dont know if you have referred <http://www.mathworks.in/help/simulink/s-function-basics.html s-functions>

oltre 12 anni fa | 0

Risposto
Plotting the data continuously coming from serial port
Take reference from <http://www.mathworks.in/matlabcentral/fileexchange/24294-simulink-signal-viewing-using-event-listeners-and-...

oltre 12 anni fa | 0

Risposto
How can i define variables in embedded matlab function
Refer this <http://www.mathworks.in/help/simulink/slref/matlabfunction.html Matlab Function Block> for details of the implementa...

oltre 12 anni fa | 0

Risposto
How to get Data type of stateflow input through script?
To get the data type of the input of the stateflow at compile time (for data set as inherit from Simulink) 1. Compile the mod...

oltre 12 anni fa | 0

Risposto
How to get Data type of stateflow input through script?
To get the data type defined in the Model Explorer: tmp_SfPath = gcb; get_param(tmp_SfPath,'Object') tmp_SFObj = get_...

oltre 12 anni fa | 2

| accettato

Risposto
Finding a character in a string?
using start anchor with regexp will ensure that you '#' as the first character of you input string. hashtag=lower(input('Wh...

oltre 12 anni fa | 0

| accettato

Risposto
copy-on-write, performance, and code readability
Check this out <http://www.matlabtips.com/how-to-point-at-in-matlab/ Using Pointers in MATLAB>

oltre 12 anni fa | 0

Risposto
A number base converter
check this out ... <www.mathworks.in/help/matlab/ref/dec2hex.html>

oltre 12 anni fa | 0

Risposto
Running an m-file from C#
If you need that matlab should not be called for using the function ... <http://www.codeproject.com/Articles/5026/MATLAB-MEX-...

oltre 12 anni fa | 0

Risposto
Running an m-file from C#
Check this out... <http://www.mathworks.com/matlabcentral/fileexchange/12987-integrating-matlab-with-c Integrating-matlab-with-...

oltre 12 anni fa | 0

Risposto
how can results of two separate m files be plotted in same figure window
The following example functions plot in the current figure window with lines held on to the same axes. - function test1 call...

oltre 12 anni fa | 0

| accettato

Risposto
Change a read-only file to writable
Search for function fileattrib in the matlab documentation

oltre 12 anni fa | 0

| accettato

Risposto
Excel file customization via matlab
%Examples: set(cellstyle,'HorizontalAlignment','xlHAlignRight'); set(cellstyle,'VerticalAlignment','xlVAlignCenter'); ...

oltre 12 anni fa | 0

Risposto
Excel file customization via matlab
Use this to get the cell object... exl = actxserver('excel.application'); exlWkbk = exl.Workbooks; exlFile = exlWkb...

oltre 12 anni fa | 1

Risposto
how to define the input to the simulink from workspace as a columns?
See the implementation (attached) of the From Workspace blocks to split the matrix

oltre 12 anni fa | 0

| accettato

Risposto
SIMULINK signals and parameters
are you refering to this.. <http://www.mathworks.in/help/ecoder/ug/data-definition-and-declaration-management.html?searchHighli...

oltre 12 anni fa | 0

Risposto
Programmatically save Simulnik profile data
If you are mentioning about Simulink model profiling options, check out Simulink.SoftwareTarget.profile in simulink doc...

oltre 12 anni fa | 0

Risposto
How can I share variables between .m files?
Okay.. You have done two mistakes with this... 1: In the file test.m, the function shall be function val = test(x) ...

oltre 12 anni fa | 1

Risposto
how to reverse a string in matlab
Search the documentation/help for flip fliplr flipud

oltre 12 anni fa | 1

| accettato

Risposto
How to replace a Constant block with a From Workspace block programatically?
Try this... e.g. Model is open, block is named as 'Constant'... replace_block(bdroot,'Name','Constant', 'built-in/FromWo...

oltre 12 anni fa | 0

| accettato

Risposto
How many input variables can a MATLAB function have?
You can find the number of input arguments supported on the matlab version that you are using the example below: I was able to ...

oltre 12 anni fa | 0

Risposto
creating a temporary file in specified directory
The function ... getenv('TEMP'); shows the current path of the temporary directory in which the temporary files will be ...

oltre 12 anni fa | 0

Risposto
How to generate a restricted matrix
say, c = 2; b = 1:10; >>v = c.^b

oltre 12 anni fa | 0

| accettato

Risposto
Output Data produced is in a 2D array instead of 1D array.
My understanding of the problem statement: - Vector input of 109*1 - For every time step one value out of this vector sho...

oltre 12 anni fa | 0

Carica altro