Feeds
질문
UIFigureのタイトルバーにボタンをつけることはできるでしょうか?
App Designerを用いてGUIアプリケーションを開発をしています。 アプリのタイトルバーにボタン等の要素をつけたいと考えております。 UIFigureで生成されるウィンドウのタイトルバーはどこまで機能をつけることができるでしょうか? また、タ...
3개월 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
대략 1년 전
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
대략 1년 전
문제를 풀었습니다
Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...
대략 1년 전
문제를 풀었습니다
Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...
대략 1년 전
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
1년 초과 전
질문
uifigure内で描画したuitableのColumnNameに背景色をつけるには
App Designerでuitableを表示する際、ColumnNameの欄に背景色をつけたいです。 調べたところ、html書式使えばColumnNameをある程度編集できるそうですが、App Designer上ではhtmlが反映されません。 % u...
대략 2년 전 | 답변 수: 1 | 0

