Feeds
回答済み
command to stop program if there is no enough input parameters?
OK, error command do what I need. Thanks
command to stop program if there is no enough input parameters?
OK, error command do what I need. Thanks
10年弱 前 | 0
質問
command to stop program if there is no enough input parameters?
I made some function file that plot x versus y with extrema max min etc... I need to find command that will stop program if the...
10年弱 前 | 3 件の回答 | 0
3
回答回答済み
please tell me what this words "eps" do in this instruction.i searched it from eps doc but i don't understand the application here.
or it will change all values where x is 0 to very small value?
please tell me what this words "eps" do in this instruction.i searched it from eps doc but i don't understand the application here.
or it will change all values where x is 0 to very small value?
10年弱 前 | 0
回答済み
please tell me what this words "eps" do in this instruction.i searched it from eps doc but i don't understand the application here.
so if do: find x(x==0)=eps, it will find all values of x that are very close to zero? what about "-eps"? what does that minus s...
please tell me what this words "eps" do in this instruction.i searched it from eps doc but i don't understand the application here.
so if do: find x(x==0)=eps, it will find all values of x that are very close to zero? what about "-eps"? what does that minus s...
10年弱 前 | 0
回答済み
Why function sym and syms dont work in R2012b?
I installed new mathlab with all toolboxes, cause i couldn't find symbolic math toolbox... It took 2 hours... Do you know where...
Why function sym and syms dont work in R2012b?
I installed new mathlab with all toolboxes, cause i couldn't find symbolic math toolbox... It took 2 hours... Do you know where...
10年弱 前 | 0
回答済み
Why function sym and syms dont work in R2012b?
Symbolic mathlab toolbox isnt on "ver" list, but when i write license('test','symbolic_toolbox') matlab giver ans = 1... This ...
Why function sym and syms dont work in R2012b?
Symbolic mathlab toolbox isnt on "ver" list, but when i write license('test','symbolic_toolbox') matlab giver ans = 1... This ...
10年弱 前 | 0
質問
Why function sym and syms dont work in R2012b?
syms x y Undefined function 'syms' for input arguments of type 'char'. help syms syms not found.
10年弱 前 | 3 件の回答 | 0
3
回答質問
figtitle command in matlab2012b
command figtitle is unknow in matlabr2012b. what is new command in that version?
約10年 前 | 2 件の回答 | 0
2
回答質問
Exact plot colour change???
I made 6 subplots, 6th is combination of 1st to 5th. How to make plot colour on 1,2,3,4,5th subplot to match colour on 6th subpl...
約10年 前 | 0 件の回答 | 0
0
回答質問
help about fprintf ( 'x = % f / n', x)
I dont understand meaning of (x = %f/n',x), Whats point/meaning in x = %f in help i can only find that /n represent new line, ...
約10年 前 | 3 件の回答 | 0
3
回答回答済み
GCA attributes axes changes
Thanks for answer. I have version 7.12.0 R2011. is that old version?
GCA attributes axes changes
Thanks for answer. I have version 7.12.0 R2011. is that old version?
約10年 前 | 0
質問
GCA attributes axes changes
When I write: set (gca) matlab displays all attributes of axes. How can i change only one or few of these attributes? set (gc...
約10年 前 | 2 件の回答 | 0
2
回答回答済み
??? Undefined function or method 'gauss' for input arguments of type 'double'.
Statistics Toolbox Version 7.5 histfit function gives me distribution that is far differn...
??? Undefined function or method 'gauss' for input arguments of type 'double'.
Statistics Toolbox Version 7.5 histfit function gives me distribution that is far differn...
10年以上 前 | 0
回答済み
??? Undefined function or method 'gauss' for input arguments of type 'double'.
I made X as 275x1 double, actually its vector with: 170 fives, 90 fours and 15 threes, and I wanna make normal ( gauss) distirbu...
??? Undefined function or method 'gauss' for input arguments of type 'double'.
I made X as 275x1 double, actually its vector with: 170 fives, 90 fours and 15 threes, and I wanna make normal ( gauss) distirbu...
10年以上 前 | 0
質問
??? Undefined function or method 'gauss' for input arguments of type 'double'.
gauss(x,mu,s) x <275x1 double> mu 4.5636 s 0.5969 gauss=gauss(x,mu,s) ??? Undefined function or method 'gauss' for input ...
10年以上 前 | 4 件の回答 | 0
4
回答質問
gauss(x,mu,s) but my x variable is double...
x = Columns 1 through 21 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ...
10年以上 前 | 1 件の回答 | 0