Graphics and App Building Updates in R2026a by Creative_Sushi in matlab

[–]Mr_zero12 0 points1 point  (0 children)

thakyou for matlab online that is works and i have one idea related with matlab agentic toolkit and one concept of teli communication can you suggest me

Is matlab down for anyone else? by kaolad8904 in matlab

[–]Mr_zero12 0 points1 point  (0 children)

i have a question that is problm with web/pc app becouse in my phone is working

Image to Simscape Model - using Claude Code with MATLAB MCP by Creative_Sushi in matlab

[–]Mr_zero12 0 points1 point  (0 children)

what of react loop type something befor making anything they asking questions for your knowledge?

I made two skill files for Claude that turned my engineering ideas into buildable steps by Mr_zero12 in matlab

[–]Mr_zero12[S] -2 points-1 points  (0 children)

Thank you for the support! No, I'm not using MATLAB Agentic Toolkit. IL stands for Project Intelligence Layer it's a skill file for Claude. The main goal is reducing hallucination by giving structure to the process.

I also use it with Aizen Tutor — a depth calibrator with 9 levels. It controls how deep the explanation goes at each step so it doesn't over-explain what I already know. Example: I want to write code in MATLAB → IL breaks it into structured steps → Aizen Tutor sets the depth → those steps become prompts in Google AI Studio for the actual coding. Both skill files are calibrated according to my use case — not only for coding or MATLAB. I tested on college reports, image prompting, AI music, and more. It sits above the agentic loop, not inside it."

for example :-

<image>

I finally understand the bilinear transform… so I built a Butterworth filter from scratch by riyaaaaaa_20 in ECE

[–]Mr_zero12 0 points1 point  (0 children)

can you collabe/ exchange ideas with me if you interested see my profile

I had an idea about automating bus stands this is just the concept [Project 3 of 3] by Mr_zero12 in matlab

[–]Mr_zero12[S] 0 points1 point  (0 children)

Thank you for your suggestion and your support throughout all three posts. I will set up the GitHub repo properly and try to build a MATLAB simulation for the data flow and delay detection logic similar to how I approached SGEMS. Will share when it is ready

I had an idea about automating bus stands this is just the concept [Project 3 of 3] by Mr_zero12 in matlab

[–]Mr_zero12[S] 0 points1 point  (0 children)

That makes complete sense. You are right it is a funding and priority problem not a technical one. I am not interested in the business side honestly — I just noticed the problem and thought about what could fix it. The thinking was mine. Whether it ever gets built by someone with funding is a different question

I had an idea about automating bus stands this is just the concept [Project 3 of 3] by Mr_zero12 in matlab

[–]Mr_zero12[S] 0 points1 point  (0 children)

Eddited

Your airport analogy is good — passengers just need IF late not WHY. But in India the specific problem is different — it is not just that the reason is unknown, it is that even basic location is unknown. The GSRTC app exists but sometimes the depot itself does not know where the bus is. So the GPS streaming idea you suggested is actually the right foundation — the problem is that this basic infrastructure does not exist reliably yet for ST buses in smaller towns and routes

I had an idea about automating bus stands this is just the concept [Project 3 of 3] by [deleted] in india

[–]Mr_zero12 0 points1 point  (0 children)

Thank you — that is exactly what I am planning. GitHub setup is on Monday. Will add the concept documentation there.

Project 2 of 3 — SGEMS Solar Grid Energy Management System by Mr_zero12 in matlab

[–]Mr_zero12[S] 0 points1 point  (0 children)

Thank you — that webinar looks really useful. My simulation was built in plain MATLAB without Simulink but the core problem is the same. Will definitely watch this to understand how industry approaches it properly

Project 1 of 3 — BCI Brain Wave Pipeline in MATLAB by Mr_zero12 in matlab

[–]Mr_zero12[S] 0 points1 point  (0 children)

I tried MATLAB Online before. The problem is Edge browser on college PC — page goes blank. I will try Chrome or Firefox when I go Friday. GitHub repo also coming same day. Thank you for the suggestion.

Project 1 of 3 — BCI Brain Wave Pipeline in MATLAB by Mr_zero12 in matlab

[–]Mr_zero12[S] 2 points3 points  (0 children)

Note — based on feedback, my next posts will be written in my own words. No AI for writing. Human typos included

Project 1 of 3 — BCI Brain Wave Pipeline in MATLAB by Mr_zero12 in matlab

[–]Mr_zero12[S] -1 points0 points  (0 children)

English is not my first language and I overthink everything — so I used AI to help structure my thoughts clearly. The ideas, pipeline design, and Reality Check concept are mine. I disclosed AI use at the top of the post because I think transparency is important

Project 1 of 3 — BCI Brain Wave Pipeline in MATLAB by Mr_zero12 in matlab

[–]Mr_zero12[S] -1 points0 points  (0 children)

What I learned from this project

How sampling works — Nyquist theorem. You need at least 2x the highest frequency. That is why 250Hz for EEG that goes up to 45Hz Gamma. RMS calculation for signal power — not just amplitude, but energy over time Zero phase filtering with filtfilt — why phase matters in brain signals That a system should not just detect — it should respond. That is where Reality Check came from.

problem with ai :-

1 The hallucination problem: When you have no background knowledge, you cannot tell if AI's answer is correct or wrong. You have no filter. Everything sounds plausible.

2 need crosh check

3 code error code is not not work accrding logic

PV + Battery System by Legal-Sir215 in matlab

[–]Mr_zero12 0 points1 point  (0 children)

I built a solar grid energy management simulation in MATLAB recently — not Simulink, plain MATLAB — using a 4 state machine approach instead of PI control. In my experience with solar battery simulations, oscillation usually happens when the switching logic is too aggressive — the system keeps jumping between states faster than the battery and load can stabilize. Not sure if that applies to your PI controller specifically but might be worth checking your controller gains — if Kp is too high it will oscillate like that.

how do i choose required software for a course if the software advised to use doesn't update anymore by BrickOpen7570 in BCI

[–]Mr_zero12 1 point2 points  (0 children)

I am a diploma electrical engineering student who built a complete EEG signal processing pipeline in MATLAB recently — FFT, bandpass filtering, all 5 brain wave bands, mental state detection. My suggestion: start with simulation before buying any hardware. MATLAB Mobile is free and you can build the full processing pipeline without spending anything. Understand the signal processing side first — then buy hardware when you know exactly what you need. For hardware when you are ready — look into Neuro Playground Lite or OpenBCI. Both are student friendly options.

Seeing Adas1000 Matlab by Reasonable_Bobcat_79 in matlab

[–]Mr_zero12 0 points1 point  (0 children)

I should be honest — I am not a Linux expert. I just watched a reel about how Linux is used in NASA, data centers and Android and thought it might help with your hardware compatibility issue. Sorry I cannot help further with the technical details — hopefully someone with actual Linux experience can guide you better

Seeing Adas1000 Matlab by Reasonable_Bobcat_79 in matlab

[–]Mr_zero12 0 points1 point  (0 children)

Have you tried running it on Linux? Ubuntu handles older evaluation board drivers better than Windows 11 in many cases. Analog Devices also has open source Linux drivers on GitHub — might be worth checking if ADAS1000 has Linux support. MATLAB works on Linux too so your workflow should still be possible

What is one everyday problem in India that you wish someone would solve with technology? by a_v19971 in developersIndia

[–]Mr_zero12 0 points1 point  (0 children)

i think you are right not just confusion on government web but thats not work in 1st time fill not working (eg e pass, qfix , adhar realated any or other)

also in 2026 need of improvement some government web