Content Feed
質問
Philosophical question: How to get a vector from the output of solve? Why isn't it a vector already?
I am solving an equation of several variables, and the result is a struct. SNvec = solve(nvecEqabcd,[a1,b1,c1,d1]); I wan...
8日 前 | 2 件の回答 | 0
2
回答質問
Using ODE45 with a matrix as input to my function
I want to repeatedly solve a set of ODEs for different values of some parameters, which will be encoded in a matrix. The equati...
26日 前 | 1 件の回答 | 0
1
回答回答済み
echo won't turn off
Oh, my bad...computers do what you tell them to do! I had added echo on to the function itself. I removed it later, but som...
echo won't turn off
Oh, my bad...computers do what you tell them to do! I had added echo on to the function itself. I removed it later, but som...
1年以上 前 | 0
| 採用済み
質問
echo won't turn off
I am running a .m script that calls a function saved as a separate .m file. When I was debugging the script I tried many times ...
1年以上 前 | 1 件の回答 | 0
1
回答質問
Add a comment to an eps file created with saveas
I have many scripts that read my data, plot it, and save the figure as an encapsulated postscript file (used to use export_fig f...
約2年 前 | 0 件の回答 | 1
0
回答回答済み
How to plot a dark green graph with RGB indication?
If you want different lines to have different properties, you can plot them with separate lines of code, using 'hold on'. plot(...
How to plot a dark green graph with RGB indication?
If you want different lines to have different properties, you can plot them with separate lines of code, using 'hold on'. plot(...
3年以上 前 | 1
質問
Can I plot a cfit object and specify the LineSpec using name/value pairs?
I am trying out several fits of data. I want to display the different fits in different colors. There are an indeterminate num...
3年以上 前 | 1 件の回答 | 0
1
回答質問
In the Matlab Documentation Center why do search results sometimes not display?
When I search for something in the MATLAB Documentation Center, I sometimes see the results of my search, but sometimes the actu...
4年以上 前 | 0 件の回答 | 0
0
回答質問
Can I assign a value from textscan to anything other than a cell array?
I want to assign the value from a textscan directly to an simple variable, can I do this? Example: str = '223 87 87'; [...
約7年 前 | 2 件の回答 | 1