![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6201072_1486389813952.jpg)
JFz
Followers: 0 Following: 0
Statistica
RANK
2.443
of 297.016
REPUTAZIONE
25
CONTRIBUTI
114 Domande
12 Risposte
ACCETTAZIONE DELLE RISPOSTE
62.28%
VOTI RICEVUTI
21
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How does function std process complex numbers
In function S = std(A), there are complex numbers in matrix A. How does std calculate on complex numbers? Thanks
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
dir or ls are not working properly
Hi, I have a remote folder and there are many .mat files in it. I can see those files in windows explorer. But in matlab comma...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
how to convert ,mat data file to R
Hi, I recently got a task to convert a .mat data file into an R datafile. I don't know how about R at all. So I am asking a...
quasi 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Keep getting error: Failed to load the sqljdbc_auth.dll cause: no sqljdbc_auth in java.library.path
Hi, I created a standalone Matlab test app to access a SQL database using JDBC, and deployed it to a Windows 2012 server. But...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
How to let server or deployed app know where to find DB driver?
Hi, I have a test app, only a few lines to just test the database connection and run a querry via database toolbox. I compiled ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to use splitApply to get the coefficients of fitlm?
Hi, I have a table dummyTable that I would like to findgroup and then splitApply. The function in the splitApply is fitlm. So...
oltre 6 anni fa | 1 risposta | 0
1
rispostaStrange problem with readtable
Just discovered that when I run the executable, and supply the file name, I cannot add a ";" at the end of the command.
oltre 6 anni fa | 0
| accettato
Domanda
Strange problem with readtable
Hi, I wrote a small Matlan 2018a application and it runs smoothly. But after I compiled it into an executable and started to ru...
oltre 6 anni fa | 1 risposta | 0
1
rispostaNeed help with innerjoin where innerjoin returns more rows than necessary
Just found what's wrong here. Table B has same rows multiple times.
oltre 6 anni fa | 0
| accettato
Domanda
Need help with innerjoin where innerjoin returns more rows than necessary
Hi, I am using innerjoin to join two tables A and B: C = innerjoin(A, B); A has 30 rows and B has 140 rows. After the join, th...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to extract Jan and feb dates from an array of date strings?
Hi, I have an array of cells of date string. I need to extract all the dates in Jan and Feb. How to do that? Thanks a lot!
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
How to assign a number to an array of double?
Hi, I have an array of doubles a. It has integers from 0 to 6. I want to keep the 0s and 2s, but change all other numbers to ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to calculate regression with dummy variables?
Hi, I am trying to use 2nd degree polynomial regression with dummy variables. Which function should I use? Thanks for any he...
oltre 6 anni fa | 1 risposta | 0
1
rispostareadtable error "Sheet name does not exist or is not supported"
Thanks for the help. I just fixed it! Some the date format in the sheet is not readable in Matlab. I changed the Date format ...
oltre 6 anni fa | 0
| accettato
Domanda
readtable error "Sheet name does not exist or is not supported"
Hi, I use readtable all the time but never had this error until today: "Sheet name does not exist or is not supported, To ch...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to replace nan with the mean of the four numbers surrounding it?
Hi, I have a large matrix and there are nan in it. Sometimes a whole row is a nan. How to replace nan with the mean of the ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to convert a cell array of datetime to an array of datetime
Hi, Is there a simple way to convert a cell array of datetime to an array of datetime without using cellfun? My cell array loo...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Error when fastinsert a table into DB vs no error if inserting only one row
Recently upgraded from 2016a to 2018a. Got an error in fastinsert. But if I insert only one row, there is no problem. Here is th...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
MATLAB 2018a error: Error using actxserver:
Hi, My script that connecting Matlab and Power World is not working after migrated to 2018a. Here is the error: Server cre...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find out the Proxy Server and port when compiling and installing magicsqaure?
Hi, I am testing the magicsqaure compiling and installing. I can compile without problem. But when installing, it needs Proxy S...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
Got error in compiling standalone app 2018a
Hi, I am compiling a simple matlab file and got this error: Compiler version: 6.6 (R2018a) Dependency analysis by REQUI...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
In classdef, how to call a static method from an other class P.c.averages()?
Hi, I am moving to 2018a from 2016a and found this error: External converter methods for package-qualified classes not suppo...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
Error in 2018a: External converter methods for package-qualified classes not supported
Hi, My code (running perfectly in 2016a) cannot run in 2018a due to an error: External converter methods for package-qualifi...
quasi 7 anni fa | 1 risposta | 0
1
rispostadeploytool error when trying to build an exe-file with 2016a
I have the license but didn't install it. How to install the compiler? Thanks.
quasi 7 anni fa | 0
Domanda
deploytool error when trying to build an exe-file with 2016a
Hi, I have purchased the license of Matlab compiler SDK. But when I type deploytool in the command window, I get this error:...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
How to copy an object that is not a graphic one?
Hi, I have an object of a class which I defined. I would like to make a copy of that object. But copy or copyobj do not seem ...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
How to concatenate an array of numbers without for loop
Hi, I have an array of integer numbers A = [1, 2, 3]. I would like to concatenate the numbers for use in SQL statement like '(...
quasi 7 anni fa | 2 risposte | 0
2
risposteDomanda
Splitapply on a matrix of 1X1000
I have a matrix of 1x1000 numbers and my G is 1. When I do the splitapply on it: res = splitapply(@sum, mat, G); The res Is...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Problem with print function
Hi, I use print('-f1', filename, '-djpeg') to save a figure into a remote drive and it worked as a charm yesterday. But fo...
circa 7 anni fa | 0 risposte | 1
0
risposteDomanda
Calculate R squared from a linear regress
Hi, I have a set of scattered data and I can use the operator "\" to do a linear fit on the data. But is there a simple matl...
circa 7 anni fa | 1 risposta | 0