Statistica
RANK
2.270
of 295.448
REPUTAZIONE
28
CONTRIBUTI
25 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
52.0%
VOTI RICEVUTI
17
RANK
12.098 of 20.227
REPUTAZIONE
32
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
1 File
DOWNLOAD
1
ALL TIME DOWNLOAD
323
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Turn a simulink model into a digraph
I have a simulink model that I would like to turn into a digraph (http://www.mathworks.com/help/matlab/ref/digraph-object.html)...
circa 8 anni fa | 1 risposta | 2
1
rispostaDomanda
Need help speeding up a loop
Hi! So i'm trying to speed up a certain section of my code that is fairly slow... any ideas??? (Code is below.. the part that ne...
oltre 9 anni fa | 0 risposte | 0
0
risposteDomanda
Matlab way to open a command like H5PY does?
I have a command that I currently run in python using the H5PY library fid = h5py.File(fstring, 'r') dd = next(iter(...
circa 10 anni fa | 1 risposta | 0
1
rispostaStandalone executable GUI calling Simulink
Here is a good answer to your question http://www.mathworks.com/matlabcentral/answers/97161-how-can-i-create-a-deployable-stand...
circa 10 anni fa | 0
Domanda
How to check if file exists in .Net
I am trying to figure out how to use .NET with matlab... this is probably a really simple question. I want to make the code belo...
oltre 10 anni fa | 0 risposte | 0
0
risposteHow can I get the PID of the current MATLAB session?
Butttt...later versions of matlab allow you to do it with this command feature('getpid')
oltre 10 anni fa | 9
Domanda
How is parfor indexed?
My code is below.... how is the sequence of numbers chosen for what indexes parfor decides to tackle next? parpool; parf...
quasi 11 anni fa | 1 risposta | 0
1
rispostaexporting from matlab to excel
I recommend creating sample data so users can mess with what you're working with Have you checked out this solution on FEX? ...
oltre 11 anni fa | 0
Domanda
Self Organizing Map training question
Hi, I have a difficult question about using Matlab's neural network toolbox. I would like to train a SOM neural network with ...
oltre 11 anni fa | 1 risposta | 1
1
rispostaDomanda
Need a fast way to create a counter variable
I'm trying to find a faster way to calculate the time a time series data set is at a particular value. Here is my code (but i KN...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab 2012B: how do you do View-->Group by-->type?
This ones going to be easy i'm sure. In Matlab 2011a - you can click "View --> Group By --> Type" How do you do that in Matla...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab Floating point question
I would like to create a time array with the same samplingrate...the top example works...the bottom does not....do you know why ...
circa 12 anni fa | 3 risposte | 0
3
risposteHow to set "word wrap" for cells in a uitable?
Actually - turns out.....if you add HTML tags into your UITABLE - it will do word wrap automatically. Fun times! :)
circa 12 anni fa | 1
| accettato
Why won't geoshow texture-map the globe with my JPEG?
I'm not sure about your particular question - but there are some neat FEX submissions related to globe mapping....for example - ...
circa 12 anni fa | 0
Domanda
How to set "word wrap" for cells in a uitable?
Hi, I'm trying to figure out how to set "word wrap" to be true for a uitable on a particular cell. I have access to the under...
circa 12 anni fa | 1 risposta | 0
1
rispostaRisolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
oltre 12 anni fa
Domanda
Run Matlab command line
I would like to run a specific version of Matlab command line. Right now, my latest version of matlab is 2011B (running in 64...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Determine number of times file has been accessed
Hi, I would like to know how many times a particular file has been accessed (by Windows or otherwise). I know you can get "La...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Find out "Owner" of a file as displayed by Windows Explorer
I've seen some files on the FEX that allow you to get creation date / last modified date of a particular file (See http://www...
oltre 12 anni fa | 3 risposte | 2
3
risposteDomanda
Fastest way to get table data into matlab?
Hi - i'm trying to figure out what the best way to get "table"-like cell data into matlab. Right now - i have the data in a C...
quasi 13 anni fa | 1 risposta | 0
1
rispostaDomanda
3d surf plot question
I have a matrix Matrix(1:10,1) = 1; Matrix(1:10,2) = 1:10; Matrix(11:20,1) = 2; Matrix(11:20,2) = 1:10; Matrix(...
quasi 13 anni fa | 2 risposte | 0
2
risposteDomanda
Fast method to store workspace variables into another worspace variable?
Hi- i would like a fast method to store all workspace variables into another workspace variable. My current slow method is th...
circa 13 anni fa | 1 risposta | 0
1
rispostaMatrices and vectors
How about something like this? Vmatrix = ones(20) f = [10 20 30 40] Vmatrix(1:10,1:10) =Vmatrix(1:10,1:10) * f(1)...
circa 13 anni fa | 1
Domanda
Creating documentation for a compiled Matlab Application
Hi - I would like to create documentation for a compiled Matlab application that i created. I am using the mcc (filename...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
Squeeze fx for cell arrays?
I have a cell array temp_data <4x1 cell> that contains <1x3> cell <1x3> cell <1x3> cell <1x3> cell so - what i w...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
File paths of all function calls within an m script? (and all m scripts that call it?)
Hi, I'm trying to optimize the load time for a GUI i built that calls several matlab functions and several custom functions t...
circa 13 anni fa | 2 risposte | 0
2
risposteDomanda
Fast way to edit uitable cell?
Hi - i'm trying to edit a particular cell within a uitable whenever the user edits a different cell within uitable. My code look...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Fast method of data storage / retrieval?
Hi, I have a set of file paths that i currently store in cell format every day. For example, Files is a 3x1 cell that contain...
oltre 13 anni fa | 2 risposte | 0
2
risposteInviato
Signal Amplitude Reduction fx
Reduce the magnitude of a signal
oltre 13 anni fa | 1 download |