photo

Denis Perotto


Last seen: 4ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
5 回答

ランク
8,307
of 297,503

評判
5

コントリビューション
12 質問
5 回答

回答採用率
66.67%

獲得投票数
1

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
An external program (.exe) started with "system" terminates early
In case somebody encounter the same problem. I created an additional RunExe.exe in C# that runs my main my.exe (written in C++) ...

11ヶ月 前 | 0

質問


An external program (.exe) started with "system" terminates early
I have a console application that computes a complicated function and outputs a text file with a resulting value. This applicati...

11ヶ月 前 | 1 件の回答 | 0

1

回答

質問


imshow displays black instead of transparent background of png image
I need to display a .png image that has transparent background in a figure. I also need to change the transparency of its solid ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Split array into groups of close numbers
Greetings, Is there a built-in function in MATLAB to split an 1D array into groups of close numbers? For example, I have an ar...

1年以上 前 | 2 件の回答 | 0

2

回答

回答済み
How can I plot 3D contour plot for (x, y, z) Cartesian grid with values at each cell?
Download free Paraview (visualization tool) from https://www.paraview.org/download/. It will cost you some time to deal with VTK...

5年以上 前 | 0

質問


Different grid lines color in MATLAB
Is it possible to change color of every single grid line? Not only for all X or Y lines. I only know it is possible to change a...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Which is the fastest way to plot several 2D contours on one 3D plot?
I need to plot several 2D rectangle contours on one 3D plot like this: To plot these contours I have more than 200000 dots wi...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


How to plot 3D contour in real-time for the shortest time?
I need to plot 3D contour in real-time layer-by-layer. I got it already, that MATLAB does not have a standard function for 3D co...

約6年 前 | 0 件の回答 | 0

0

回答

回答済み
How to conveniently plot iteration progress during a 2D optimization?
First, you should create your own function for plotting a 3D contour during the optimization process: function stop = custom_pl...

約6年 前 | 0

| 採用済み

質問


How do I bind a specific value to a color using colormap?
I'm plotting a 2D contour plot using contourf(X, Y, Z). How can I create a custom colormap, where certain color would be bound t...

約6年 前 | 2 件の回答 | 0

2

回答

質問


How to calculate a derivative of function numerically?
I have a continuous function of two variables: f = @(x,y) x.^2 + (y-1).^2 How do I calculate a derivative of this functi...

6年以上 前 | 2 件の回答 | 1

2

回答

回答済み
Error in matlab?
Are you sure, that these equations aren't wrong? For example, you can divide 3rd equation by i. The system is nonlinear and MATL...

6年以上 前 | 0

質問


How to add variables to the Plot Fcn?
I created a custom Plot Function for 'fminsearch': opts = optimset('Display','iter','TolFun',1e-5,'MaxIter',100,'PlotFcns',...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How to read a text file having strings and numeric data?
I have a 'txt' file with strings and numbers like this: PATH VARIABLE SUMMARY ...

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Summing several function values
Well, I can't get it, but integral(@(x)ft(x,k),0,pi./2) -> integral(@(x)ft(x,k),0,pi./2,'ArrayValued',true) ...

7年弱 前 | 0

| 採用済み

質問


Summing several function values
Hello everyone I'm trying to use 'sum' to sum up several function values like this: ft = @(x,k) sin(k.*x); at = @(k) ...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


Error declaring and summing array of functions - Cell contents assignment to a non-cell array object
I need to sum four functions with common data like this: TE1 = [180 310 455 600; 0.18 0.25 0.34 0.41]; S = [16.6 19.2 21...

8年弱 前 | 1 件の回答 | 0

1

回答