回答済み how to write data to xls sheet?
If there're both CHAR data and DOUBLE data, I prefer to use XLSWRITE twice to make it work without extra effort. Here I assume v...
約12年 前 | 1
回答済み What correction need in this..? for fuzzy
If you want to use it in a fuzzy logic/control problem, TRAPMF or TRIMF can easily create the function like that.
x=0:0.1:1...
Implement simple rotation cypher
If given a letter from the set:
[abc...xyz]
and a shift, implement a shift cypher.
Example:
'abc'
with a shi...
約12年 前
回答済み Undefined function 'eq' for input
Can you just run 'x=1+1'? If this line is ok. Then there should be something wrong with your variables, what it PooledCov and ot...
約12年 前 | 0
回答済み Manually Xtick control by edit field
Hi,
You're just trying to change the default XTick position or the XTickLabel? These two is different properties.
My sugge...
回答済み Convert (x,y) data into a function y => f(x)
Hi Jaap, I can't fully understand your question. Do you mean you want a lookup table in function form? If so, you can use fittin...
回答済み How to listen to changes in a directory
Hi Hans,
I don't think there's a handle for a directory, so it won't be possible to notify an event for the change of directo...