Domanda


Setting GUI Control Default Properties by Style
When setting default values for GUI control properties, you can set default properties for all uicontrols: f = figure; s...

quasi 13 anni fa | 2 risposte | 0

2

risposte

Risposto
Let users enter integer, warn them if they enter anything else
From the documentation of input: "The response to the input prompt can be any MATLAB expression, which is evaluated using the va...

quasi 13 anni fa | 0

Risposto
Creating a custom copy of a Matlab function (xlsread)
If you type which xlsread you will see something like C:\Program Files\MATLAB\R2009a\toolbox\matlab\iofun\xlsread.m...

quasi 13 anni fa | 1

| accettato

Risposto
what is wrong?
When you cat along the third dimension, the first two dimensions must match up. Let's look at what your cat-ing. First, you ha...

quasi 13 anni fa | 0

Risposto
ascii to binary
>> dec2bin('home') ans = 1101000 1101111 1101101 1100101 >> char(bin2dec('1101000')) ans = ...

quasi 13 anni fa | 0

| accettato

Risposto
Condition which reduces the size of the vector
I don't quite understand your question. If A = [1,3,2,1,4,6,7,8,5,2]; then you say the new vector should have six ele...

quasi 13 anni fa | 0

Risposto
Converting a CSV into a XLS through MatLab
You could import it (in various ways: csvread, import, etc.) and then write out to Excel via xlswrite.

quasi 13 anni fa | 1

| accettato

Inviato


SUMM
Function analogous to DIFF, but takes sums instead.

oltre 14 anni fa | 1 download |