回答済み
importdata produces strange output when reading a textfile with blank cells and text
>> opt=detectImportOptions('command_window.txt','ExpectedNumVariables',6,'NumHeaderLines',2,"ReadVariableNames",1,'VariableNamin...

約3年 前 | 0

回答済み
How to solve a system of coupled first order differential equations using ode45?
... dydt(1)=((-(sqrt(A/y(1)))^-1)*(y(3)+I_iP-(C*exp((-e*y(1))/T_e)))); dydt(2)=((-(sqrt(B/y(2)))^-1)*(-y(3)+I_iG-(D*exp((-e*y(...

約3年 前 | 0

| 採用済み

回答済み
cell2table: Preserve cell type when column contains numbers and strings
The problem outlined in the Q? is owing to that you introduced strings into the cell array -- use x={ 0 'Infinity' ...

約3年 前 | 1

回答済み
How to break data in to groups using while loop?
Answer the Q? actually asked -- I'll post this as a separate answer for convenience but not remove the first. OK, as @Stephen23...

約3年 前 | 0

| 採用済み

回答済み
How to break data in to groups using while loop?
No explicit looping construct needed; let MATLAB do it for you...I shortened your variable name to M... M= [1 50 60 70 50 40 ...

約3年 前 | 2

回答済み
How do I use a loop to go through a large dataset and put each column into a array?
You don't need (and shouldn't even think about creating) another array from the table; just use the data as they are in the tabl...

約3年 前 | 1

| 採用済み

回答済み
Error in MATLAB standalone app installation
That means your user's PC doesn't have the MS Visual C++ compiler distributable runtime libraries installed -- here's a link to ...

約3年 前 | 1

| 採用済み

回答済み
Is it possible to open an excel template, save as a new file then write data to the new file without overwriting the template?
The routine I use to do so follows... function newYearlyBillingWorkbook(fnTemplate,outputFile,outputSheet) % open COM server...

約3年 前 | 0

回答済み
How to do plotting in a different figure for the same environment
Save the handles to the axes when they're created and plot into the desired one -- without specifying which, plot functions defa...

約3年 前 | 0

回答済み
Does any one has experience with exporting data from XXPauto to MATLAB? I have found these function but I am not sure how make them work
Certainly not from that alone, no... The best source would be to go back to wherever the functions were found...but just from t...

約3年 前 | 0

| 採用済み

回答済み
Use Double Array Values to Label Plot
"Would making labels = string(xx) work?" Did you try? It works for a basic definition of what "working" might mean; you migh...

約3年 前 | 0

| 採用済み

回答済み
Why does my cell array remain empty?
We can't debug what we don't have, which is a sample app that recreates the problem...looks like all should work just fine here ...

約3年 前 | 0

| 採用済み

回答済み
How to build a regression neural network from a datastore? How do i find the variable names from a datastore?
'Pends on how you created the datastore and what it was built from...if you smooshed all five variables into one column, then yo...

約3年 前 | 0

回答済み
Setting scatter point color when scattering matrices instead of vectors.
Read the <scatter> doc on the color input options carefully -- the individual color by point works only if each x,y are vectors,...

約3年 前 | 2

| 採用済み

回答済み
Search a larger dataset through a smaller data set of intervals
Taking a wild stab at what might be intended from the above data arrangement; assuming that the larger timetable(?) covers a tim...

約3年 前 | 0

回答済み
Using subplot in a for loop along with a nested While loop to plot data from a large matrix
Not at all clear why you're using a triply-nested loop here???? To do the requested operation on the array is simply timeTrace...

約3年 前 | 0

回答済み
Different Fontsize of texts in stackedplot()
If you mean you want them to be different for each type object, sorry, "no can do". There's only one global 'fontsize' and 'fon...

約3年 前 | 0

回答済み
I have a data 5x148992 , i have to extract data column wise and check if there is any changes wrt previous column and display when there are chnages?
" i want to print only if the conse[c]utive col[u]mns are different ..." Well, then there should not be a disp statement outsid...

約3年 前 | 0

回答済み
Undefine Temperatures with Depth
See <Logical Array Indexing> and use the MATLAB <missing> instead of some magic number for missing values. An example for one ...

約3年 前 | 0

| 採用済み

回答済み
How can I delete plot Label on Legend?
"As you can see on my plot below, on Legend, I get data1, data2, etc. How can I remove these?" Don't draw what you don't want ...

約3年 前 | 0

回答済み
How do I add monthly labels to my time series plot?
Ah! Typos are the bane of programming! :) Then t=datetime(1990,1,1):datetime(2016,12,31); % datetime vector is5=isbetwe...

約3年 前 | 0

回答済み
Pull numeric data from a mixed text data into a matrix in a loop
d=dir('yourmatchingFileWildCardExpression*.txt'); % get the list of candidate files dir() struct pat=digitsPattern(1)+"."+dig...

約3年 前 | 0

回答済み
Ideal way to import csv data and create column vectors that will be variables i want to work with
filename='RESP_Trial_3.csv'; column_names={'RLT','RLTx','RLTy','RLTz','RUT','RUTx','RUTy','RUTz','RIC','RICx','RICy','RICz',......

約3年 前 | 0

| 採用済み

回答済み
How do I find rows based on 2 column variables, then only retain the previous 3 rows?
% Rows to retain for average response time estimates iKeep=B(contains(B.condition, 'infrequent') & B.correct==0); will be your...

約3年 前 | 0

| 採用済み

回答済み
Determine available disk space
Try this for comparison if on Windows... !powershell "Get-PSDrive C | Select-Object @{Name='drive';Expression={$_.Name}}, @{Na...

約3年 前 | 0

回答済み
How to aplly a function to all columns?
See fft -- in particular, note the first comment... "fft(X) is the discrete Fourier transform (DFT) of vector X. For matrices,...

約3年 前 | 0

回答済み
Centering labels in a bar plot
Let bar do the work for you...you didn't supply all the needed code to run the example, but something similar would be x=1:33; ...

約3年 前 | 0

| 採用済み

回答済み
Application deployment designed in appdesigner
The application install will download/install the runtime if it isn't on the target machine when install the app the first time ...

約3年 前 | 0

| 採用済み

回答済み
How to interpolate a set of data wher the X size is different for the Y size
x=1:10;y=1:3; % coarse spacing z=rand(numel(x),numel(y)); surf(y,x.',z) hold ...

約3年 前 | 0

| 採用済み

回答済み
How to find out how many participants are in each group of my combined matrix (31230x5)
If I understand the description, the end result is easiest via hH=histogram(categorical(M(:,2))); % display histogram of n...

約3年 前 | 0

さらに読み込む