matlab nnsys,NN - MATLAB Central

Question

Unable to change the date in .fig

Hi , i use this below code and not able to change the date from Dec 31 1899. .Fig image is attached.I would like to change the d...

9 days ago | 0 answers | 0

0answers

Question

Matlab example file _SoC calculation

In the matlab example,

https://www.mathworks.com/help/physmod/sps/ug/24-hour-simulation-of-a-vehicle-to-grid-v2g-system.html...

14 days ago | 0 answers | 0

0answers

Question

Matlab look up table

Hi , i want to give the data of 50 vehicle's SoC (%) to look up table in simulink instead of varying 24 values of one SoC over...

18 days ago | 0 answers | 0

0answers

Question

Matlab LOOK up Table

I have 50 data points and i have imported these 50 data points from matlab to look up table,and has given 50 breakpoints.i am si...

18 days ago | 0 answers | 0

0answers

Question

What is the difference between Optimproblem and linprog

Please help,

The below syntax creates a linear optimisation problem ?

prob = optimproblem

What is the difference of this abo...

21 days ago | 2 answers | 0

2answers

Question

How battery energy is calculated in Microgrid Energy Management System (EMS) using Optimization

Can some one please explain how the battery energy is calcuated in the matlab example file,

https://www.mathworks.com/matlabcen...

24 days ago | 1 answer | 0

1answer

Question

Plot data against time

Hi,

Kindly help to plot this workspace data , first column is formatted date and secnd column data against the date:Original da...

1 month ago | 1 answer | 0

1answer

Question

how can I initialize two diesel generators in parallel in MATLAB ?

As detailed in the link below:, can i connect two diesel generators connected in parallel sharing load?What chaneg should i make...

1 month ago | 0 answers | 0

0answers

Question

How can i plot two columns in different colors in MATLAB

can someone suggest me how to plot 2nd and 3 rd column in x axis in differnt colors as scatter plot against the 1st column...

1 month ago | 1 answer | 0

1answer

Question

Convert date from number to format in matllab

I have original time and date format as mentioned below:

2/17/2020 9:48:18 AM

I did forecasting using this , and after foreca...

2 months ago | 1 answer | 0

1answer

Question

NPN Bipolar Transistor Characteristics

In the matlab example ,

NPN Bipolar Transistor Characteristics

https://www.mathworks.com/help/physmod/sps/ug/npn-bipolar-trans...

2 months ago | 1 answer | 0

1answer

Question

Importing data rom matlab to simulink

Hi ,

When i import time series data from matlab to simulink,it appears as individual data not as corresponding to time.(image ...

2 months ago | 0 answers | 0

0answers

Question

Please advice how to convert date array to seconds format

here by attaching date formats and their respective code, kindly advice how can i convert it to seconds form as attached..

...

2 months ago | 0 answers | 0

0answers

Question

What does the "X/R ratio " checkbox signify in the Three-Phase Source block in SimPowerSystems?

What does the "X/R ratio " checkbox signify in the Three-Phase Source block in SimPowerSystems?

By default it is 7, what is its...

2 months ago | 1 answer | 0

1answer

Question

Load flow and machine initialization are not working

Hi,

In this below example,

https://www.mathworks.com/help/physmod/sps/ug/emergency-diesel-generator-and-asynchronous-motor.h...

2 months ago | 0 answers | 0

0answers

Question

synchronous machine _maximum power capacity

Synchronous machine -Swing bus -3.125MVA , active power =0 is initialised and connected to resistive load 2.5MW.It generates 2....

2 months ago | 0 answers | 0

0answers

Question

Power generated by Diesel Generator _Clarification

Hi

With respect to the Matlab example ,

https://www.mathworks.com/help/physmod/sps/ug/24-hour-simulation-of-a-vehicle-to-grid...

2 months ago | 0 answers | 0

0answers

Question

Machine initialization_Diesel generator

Hi,

I want to model an islanded microgrid concept with diesel generator with loads, so after doing load flow/machine initializ...

2 months ago | 0 answers | 0

0answers

Question

Doubt regarding the example 'Emergency Diesel-Generator and Asynchronous Motor'

In the matlab example below,

https://www.mathworks.com/help/physmod/sps/ug/emergency-diesel-generator-and-asynchronous-motor.ht...

2 months ago | 0 answers | 0

0answers

Question

Simulink_PV block not working if not grid connected

I used P V models from the example microgrid library.slx which i downloaded from resources file of mathworks example 'https://...

2 months ago | 0 answers | 0

0answers

Question

Appropriate data structure for using predictand update state for LSTM

Hello

I am trying to fit a LSTM network for forecast time series data using using the example on this help-page i.e with the t...

3 months ago | 1 answer | 0

1answer

Question

subtract two matrices of sizes [1*5] and [3*5]

I need to subtract m from y ,

m= [1 2 3 4 5 ]

y=[ 10 11 12 13 14

9 8 7 6 5

15 16 17 18...

3 months ago | 1 answer | 0

1answer

Question

To find the rows of data that have the same minimum and maximum values, and remove the rows.

I need to remove the rows that have same minimum and maximum values , below is the code used .

but it gives error:

Unable to p...

3 months ago | 0 answers | 0

0answers

Question

stacked LSTm Code for time series forecasting

Can anyone guide me how to write code for stacked lstm in the below code:

layers = [ ...

sequenceInputLayer(numFeatures)

...

3 months ago | 2 answers | 0

2answers

Question

normalisation and reverse process _Forecasting _mean standard deviation

I am getting different rmse value for forecasted value for almost similar look plots.

please check the attached plot .

First o...

3 months ago | 1 answer | 0

1answer

Question

normalising and reverse normalising data

For forecasting , I normalised the data before training for test and train data , then when i plot the rmse , i get rmse 0.2.bu...

3 months ago | 1 answer | 0

1answer

Question

Regression learner error in matlab code

When i use

yfit = trainedModel.predictFcn(cartable)

to test for Test data using regression learner , i am getting the below e...

3 months ago | 0 answers | 0

0answers

Question

PCA_Principal component analysis -Dimension reduction

I tried to apply PCA for neural network study .For training and testing data, i used the below syntax and given the output of pc...

4 months ago | 1 answer | 0

1answer

Question

how can i standardise the elements in a matrix

I want to standardie the elements in a 9*576 double matrix (pn) in matlab.

I use the below code, but i dont get the same dimen...

4 months ago | 0 answers | 0

0answers

Question

Principal Component Analysis (PCA) in matlab

Hi,

I am trying to do neural network forecasting of data and i would like to apply PCA to the input data (both testing and tr...

4 months ago | 1 answer | 0

1answer

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip 【备注】 1、该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的,请放心下载使用!有问题请及时沟通交流。 2、适用人群:计算机相关专业(如计科、信息安全、数据科学与大数据技术、人工智能、通信、物联网、自动化、电子信息等)在校学生、专业老师或者企业员工下载使用。 3、用途:项目具有较高的学习借鉴价值,不仅适用于小白学习入门进阶。也可作为毕设项目、课程设计、大作业、初期项目立项演示等。 4、如果基础还行,或热爱钻研,亦可在此项目代码基础上进行修改添加,实现其他不同功能。 欢迎下载!欢迎交流学习!不清楚的可以私信问我! 毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip毕设新项目-基于Java开发的智慧养老院信息管理系统源码+数据库(含vue前端源码).zip
综合小区管理系统管理系统按照操作主体分为管理员和用户。管理员的功能包括报修管理、车位管理、车位分配管理、出入管理、字典管理、房屋管理、物业费缴纳管理、公告管理、物业人员投诉管理、我的私信管理、物业人员管理、用户管理、管理员管理。用户的功能包括管理部门以及部门岗位信息,管理招聘信息,培训信息,薪资信息等。该系统采用了Mysql数据库,Java语言,Spring Boot框架等技术进行编程实现。 综合小区管理系统管理系统可以提高综合小区管理系统信息管理问题的解决效率,优化综合小区管理系统信息处理流程,保证综合小区管理系统信息数据的安全,它是一个非常可靠,非常安全的应用程序。 管理员权限操作的功能包括管理公告,管理综合小区管理系统信息,包括出入管理,报修管理,报修管理,物业费缴纳等,可以管理操作员。 出入管理界面,管理员在出入管理界面中可以对界面中显示,可以对招聘信息的招聘状态进行查看,可以添加新的招聘信息等。报修管理界面,管理员在报修管理界面中查看奖罚种类信息,奖罚描述信息,新增奖惩信息等。车位管理界面,管理员在车位管理界面中新增。公告管理界面,管理员在公告管理界面查看公告的工作状态,可以对公告的数据进行导出,可以添加新公告的信息,可以编辑公告信息,删除公告信息。
【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、MATLAB、python、web、C#、EDA、proteus、RTOS等项目的源码。 【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。 【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。【项目资源
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值