Answered
找不到sonnetsTable怎么办,无法导入
您好 为了找sonnetsTable, 您要进去matlab/CreateWordCloudFromTableExample,在命令窗口中输入以下内容。 openExample('matlab/CreateWordCloudFromTableExamp...

2 years ago | 0

Answered
我是新手,请问各位大神:对于小数,比如,a=18.2342,有没有什么函数可以让b取a的每一个数字,比如,b1=1, b2=8, b3=2, b4=3, b5=4, b6=2,??
a=18.2342; a=string(a); a=replace(a, ".", ""); a=char(a); n = length(a); for i = 1:n eval(['b', num2str(i),' = str2dou...

2 years ago | 0

Answered
fitnet에서 학습알고리즘으로 trainscg를 사용하고 있는데, 하이퍼파라미터 최적화를 어떤 식으로 진행하면 되는지 궁금합니다.
안녕하세요. Hyperparameter optimization으로 검색하면 많은 정보들을 얻을 수 있을 것이라 생각됩니다. 가령 이런 블로그가 이론적인 배경을 이해하는데 도움을 줄 수 있겠네요. https://simpli...

2 years ago | 0

Answered
스코프 파형이 이상하게 나옵니다.
솔버의 Step Size가 충분히 작지 않아서 그런 것으로 보입니다. Step Size를 더 작게 줄여보세요.

2 years ago | 0

Answered
메트랩 사용문의 "각 변수에 대해 조건을 충족하는 값의 평균값, 최대값, 최소값 구하기"
clear; temp = [... 1 -10 0 15.8000000000000 52.3000000000000 66.5000000000000 66.5000000000000 1 0 10 11.3000000000000 40.100...

2 years ago | 0

Answered
How to calculate eigenvectors without using eig
Although this question is getting old, here is a sample solution to the question. A=[2 1; 1, 2]; % A lambdaA =...

2 years ago | 0

Answered
How can I add a cell array to an open file?
Hello Daniel, I belive learning string type can be very helpful. In recent releases of MATLAB, string overwhelms char types in ...

2 years ago | 1

| accepted

Answered
How to match colorbar and countourf plot manually?
The contourf shows the isolevel of the height z and tries to fill the gaps between contour lines. Same color means the same heig...

2 years ago | 0

Answered
Calculating separate eigenvectors manually
linsolve cannot provide what you want because where is an eigenvalue becomes singular. Instead, you need to think of how to g...

2 years ago | 0

Answered
How do I get a character array to return a sentence stored in a single row character vector?
Hint) 1) The function size returns the size of matrices. E.g., if A = rand(5, 4), then size(A) is equal to [5, 4]. 2) An empty...

2 years ago | 0

Answered
What rules are covered in PolyRed, PolyGrey & Polyorange each of the following? example SEI CERT, MISRA 2008 etc
A runtime error does not belong to certain coding standards. I don't know what your purpose is, but to check your code against c...

2 years ago | 0

Answered
fatal error: rtwtypes.h: No such file or directory #include "rtwtypes.h"
Can you check if you included path for headers in the referenced model? You can refer to the official doc Include directories fo...

2 years ago | 0

Answered
How to pass Matlab variables to pyrunfile?
clc clear all close all % Define Matlab variable var01 = 'Some string'; pyrunfile("pyScript.py '" + var01 + "'") FYI, you ...

2 years ago | 0

| accepted

Answered
Undefined function 'optimvar' for input arguments of type 'char' in mathlab R2013a
There is no shipped function called optimvar in R2013a.

2 years ago | 0

Answered
How to compare the accuracy of linear regression when normalized in different ways?
Hi 영훈 정, You need to reverse the normalization in order to assess the performance of regression. This is because, as you mentio...

2 years ago | 0

| accepted

Answered
Filtering a signal by setting it zero for a specific amount of time
Hi Sven, I'm not 100% sure what you ultimately want only with the description, but your title made me believe clock and switch ...

2 years ago | 0

Answered
report generator Rapport format paysage
Hi Daniel, Please excuse me that I am not a French speaker. However, I hope this answer helps you. You can change the orientat...

2 years ago | 0

Answered
Is it possible to set the Alpha of the colour in geotiffwrite?
I believe you need to convert the grey image to RGB. Then you can add the alpha channel to tiff. load('A1.mat'); cmp = jet; R...

2 years ago | 0

| accepted

Answered
Simulink test manager에서 SIL simulation 시 내부변수 로깅이 되지 않음
안녕하세요. 잘 아시겠지만, SIL/PIL 블록은 signal logging을 지원하지 않습니다. 이는 아래의 문서에도 기재되어 있으니 확인하여 주십시오. -SIL and PIL Limitations https://kr.ma...

2 years ago | 0

Answered
Simulation Manager programmatic control via handle
Hi JW, Unfortunately, as of R2023a, Simulation Manager does not have a handle. You can see that findall(0) does not return hand...

2 years ago | 0

| accepted

Answered
Rotating plot with multiple y-axis
Hi Mohit, Swapping input arguments for x-axis and y-axis in plot swaps x and y axis. For example, fs = 1000; t = 0:1/fs:2-1/fs...

2 years ago | 0

Answered
Matrix power vs for loop
Hi Luisa, If you only want to calculate the time it took to run a snippet of code, you can use tic and toc. Below is an examp...

2 years ago | 1

| accepted

Answered
ow can I convert 64 channels to brain regions in GraphVar Toolbox?
Hi Neda, BLOT: It's not an easy conversion. Use specialized toolboxes for EEG source localization. I'm not a GraphVar user...

2 years ago | 1

Answered
Matlab and Matlab Runtile Compiler on the same computer
Hi Mathis, I'm not a LabView user so I cannot directly comment on your question. However, if you are running a completed MATL...

2 years ago | 0

Answered
평가판 simulink에는 code generation 기능이 없나요?
시뮬링크에서 코드 생성 기능을 이용하기 위해서는 Simulink Coder, Embedded Coder 등의 툴박스가 추가로 필요합니다. 코드 생성 기능이 필요하시다면 위 툴박스들에 대한 평가판을 추가로 요청하여 시험 사용하실 수...

3 years ago | 0

Answered
Remove exponent from plot axis label
yticklabels(string(yticks))

3 years ago | 1

Answered
Plot of S11 in Antenna Toolbox
hs = sparameters('default.s2p'); rfplot(hs,1,1)

3 years ago | 1

Answered
Index in position 1 is invalid. Array indices must be positive integers or logical values.
You have defined two different f's in line 15 and 16. >> f=@(t,y) y; % line 15 >> f=v*sin(theta)-g*t; % line 16 Below is the ...

3 years ago | 0

| accepted

Answered
Can I use Pixhawk6C instead of Pixhawk4 when using UAV toolbox support packages for PX4 autopilots?
Unfortunately, there is no way at the moment to use Pixhawk 6c with our support package. We are actively working on this and wil...

3 years ago | 0

| accepted

Answered
Does fitdist work for fitting a distribution to truncated data?
Of course it works for truncated data. You can see the mean of the data and the "mu" of "pd_fit" is same. % create a set of "tr...

3 years ago | 1

| accepted

Load more