Réponse apportée
axis square としたグラフをprintでepsファイルとして出力するとy軸上の点が消える
最新版のR2016bで確認したところ同様の問題を再現することができなかったのですが、OpenGLを使用した際に同様の現象が起きることが報告されているようです。 R2014b以降のバージョンではデフォルトのレンダラがOpenGLになっており、それが原因...

presque 10 ans il y a | 3

Réponse apportée
mac10.9(Marvericks)にstudent versionR2013aがインストール出来ない
InsallForMacOSX のアイコンをクリックしても、何もエラーメッセージが出ずインストールが開始されない場合、いくつかの原因が考えられます。まずは以下の2点について確認してみてください。 1. ファイルの欠損 ダウンロードしたファイルが...

presque 10 ans il y a | 2

| A accepté

Réponse apportée
わたしはMATLAB & Simulink Student Versionを購入できますか?
現在、学生証の残存が6ヶ月以上という条件はありません。 学生の間は利用が可能です。 学生ではなくなった時点で、アンインストールを行う形になります。 学生版の場合、MathWorksのWebストアから購入する場合はクレジットカード決済のみになること...

presque 10 ans il y a | 2

| A accepté

Réponse apportée
Merge several histogras into a one single plot
You can get histogram plot information by gca (get current axis) of gcf (get current figure). Under Axis properties, Histogram...

presque 10 ans il y a | 1

Réponse apportée
how do I get the names of the attributes?
iris.dat in Fuzzy Logic Toolbox does not have class information (name of the attribute). So, you need to add class information b...

presque 10 ans il y a | 2

| A accepté

Réponse apportée
How do I colour my surface fits a specific colour?
Use <https://jp.mathworks.com/matlabcentral/fileexchange/7943 freezeColors in FileExchange> to hold the colormap. For fitted r...

presque 10 ans il y a | 1

Réponse apportée
Run Code on Parallel Cloud?
Similar to MDCS, set "Attached Files" or "AdditionalPaths" section in cluster profile. From MATLAB Desktop, go to Toolstrip ...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
CNNでラベルの代わりにデジタル値で学習することはできますか?
はい、可能です。ただし、CNN の回帰の層はまだサポートされていません。現在の最新版 R2016b で回帰の CNN を行うには、あらかじめ学習した特徴量を再利用する転移学習という方法を使用します。 CNN特徴 + 分類 ですが、Computer V...

presque 10 ans il y a | 3

| A accepté

A soumis


Intro to Optimization demo files (最適化による課題解決とパフォーマンス向上 デモファイル)
These are the files for the "Intro to Optimization" webinar

presque 10 ans il y a | 3 téléchargements |

0.0 / 5
Thumbnail

A résolu


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

presque 10 ans il y a

Réponse apportée
how to write code for following equation to plot graph for M vs F with respect Q?
The easiest way is to use double for-loop q = 1; M = zeros(5,6); for Q = 1:1:5 f= 1; for F = 1:0.2:2 ...

presque 10 ans il y a | 1

Réponse apportée
Is it possible to show the x,y axis values for an image?
Get the handle of the axis and set the 'Visible' property to 'on' imshow('peppers.png'); h = gca; h.Visible = 'On';

presque 10 ans il y a | 4

| A accepté

Réponse apportée
散布図をプロットする時に対角線を表示する方法について ( How can I draw diagonal line in a scatter plot? )
最初に描いた散布図からxとyの表示範囲を取得した上でそれに合わせて対角線を描きます。 % 描画する変数の作成 X = rand(5,1)*rand(1); Y = rand(5,1)*rand(1); % 散布図の描画...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
wavelet toolboxとparallel computing toolboxの併用について
Wavelet Toolbox は最新バージョン (R2016a) ではGPUに対応していません。 最新バージョンで、関数/Toolboxが GPU に対応しているかどうかは以下のページから確認することができます。 - Parallel Com...

presque 10 ans il y a | 2

| A accepté

A soumis


気象庁 過去の気象データの取得 (Obtaining weather data in Japan)
気象庁の過去の気象データを csv ファイルとして保存するUIです。

presque 10 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


SVM Grid Search Apps
SVM grid search Apps

presque 10 ans il y a | 3 téléchargements |

5.0 / 5
Thumbnail

A soumis


Parallel Computing with MATLAB demo files (MATLABプログラムの並列・分散処理)
files for the webinar, "Parallel Computing with MATLAB" in Japanese

presque 10 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Graphics Webinar demo (11/07/2014 JP)
demo files used in the graphics webinar

presque 10 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Intro to MATLAB demo files (MATLAB入門 デモファイル)
files presented at MATLAB EXPO 2014 held in Tokyo - Intro to MATLAB

presque 10 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Chaîne


test channel
this is a test channel

plus de 11 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

environ 12 ans il y a

A résolu


サイコロを作ろう
1から6までの独立かつランダムな数値を返すような関数を作成しましょう。 例: >> [x1,x2] = rollDice(); と入力すると x1 = 5 x2 = 2 のような解を返します。

environ 12 ans il y a

Problème


チェッカーボードを作ろう
整数 n が与えられた時、以下の様な1と0を含むn×nの行列を作成しましょう。a(1,1) は1にする必要があります。 例: 入力 n = 5 出力 a が [1 0 1 0 1 0 1 0 1 0 ...

environ 12 ans il y a | 5 | 401 solveurs

A résolu


チェッカーボードを作ろう
整数 n が与えられた時、以下の様な1と0を含むn×nの行列を作成しましょう。a(1,1) は1にする必要があります。 例: 入力 n = 5 出力 a が [1 0 1 0 1 0 1 0 1 0 ...

environ 12 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

environ 12 ans il y a

Problème


サイコロを作ろう
1から6までの独立かつランダムな数値を返すような関数を作成しましょう。 例: >> [x1,x2] = rollDice(); と入力すると x1 = 5 x2 = 2 のような解を返します。

environ 12 ans il y a | 6 | 405 solveurs

A résolu


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

environ 12 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

environ 12 ans il y a

A résolu


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

environ 12 ans il y a

A résolu


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

environ 12 ans il y a

Charger plus